AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1300462
Accepted
DEBAGNIK KAR
DEBAGNIK KAR
Asked: 2020-12-16 20:45:43 +0800 CST2020-12-16 20:45:43 +0800 CST 2020-12-16 20:45:43 +0800 CST

如何将 tracegraph 安装到 ubuntu 20.04 LTS

  • 772

tracegraph202 是一个非常古老且过时的工具,并且与 Linux 不兼容,但我的大学仍然认为让学生安装它是个好主意。我尝试从这里安装它,这里和这里都没有在我的最终工作。请帮忙

compatibility libraries segmentation-fault 12.10 20.04
  • 1 1 个回答
  • 878 Views

1 个回答

  • Voted
  1. Best Answer
    N0rbert
    2020-12-16T22:31:51+08:002020-12-16T22:31:51+08:00

    仍然可以通过执行以下命令:

    sudo apt-get install libc6:i386 libxext6:i386 libxt6:i386
    cd ~/Downloads
    wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1.4_amd64.deb
    sudo apt-get install -y ./multiarch-support_2.27-3ubuntu1.4_amd64.deb
    wget -c http://ftp.debian.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_i386.deb
    sudo apt-get install -y ./libxp6_1.0.2-2_i386.deb
    
    wget -c https://lahore.comsats.edu.pk/research/groups/CNRC/tracegraph202linux.tar.gz
    tar -zxvf tracegraph202linux.tar.gz
    cd tracegraph202
    wget -c https://lahore.comsats.edu.pk/research/groups/CNRC/mglinstaller.gz
    gunzip mglinstaller.gz
    chmod +x mglinstaller
    ./mglinstaller
    

    然后将LD_LIBRARY_PATH变量添加到您的~/.bashrc文件中

    echo "export LD_LIBRARY_PATH=/home/$USER/Downloads/tracegraph202/bin/glnx86" >> ~/.bashrc
    

    然后

    source ~/.bashrc
    ./trgraph
    

    这将给出以下输出:

    $ ./trgraph Copyright (c) 2001-2005 by Jaroslaw Malek All rights
    reserved. Author contact: [email protected]
    
    Using and copying any version of Trace graph program and its
    documentation is allowed only for non-commercial purposes provided
    that the above copyright  notice and this permission appear in all
    copies and any materials related to Trace graph. Commercial use
    requires a permission from Jaroslaw Malek. Trace graph cannot be
    distributed, sold,  copied or modified without Jaroslaw Malek's
    permission. Trace graph is provided with no warranty. Jaroslaw Malek
    is not responsible  for any events and results caused by using Trace
    

    和应用程序的图形窗口。


    注意:二进制分布在https://lahore.comsats.edu.pk/research/groups/CNRC/QuickLinks.aspx上找到。

    • 2

相关问题

  • 将 glibc 升级到 2.2 是否安全?

  • 哪些新的戴尔笔记本电脑将运行具有完全硬件兼容性的 Ubuntu 10.10?[复制]

  • 如何使基于 Ubuntu 构建的程序(使用 SDL)在其他系统上运行?

  • 我在哪里可以找到保证与 Ubuntu 一起工作的计算机列表?

  • 如何回滚到 PHP 5.2?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve