来自存储库的带有地图的图形Traceroute


Answers:


6

尝试打开Visual Traceroute。在Sourceforge上可用。它使用Java并在Ubuntu 12.04和13.04中运行良好。

1. 安装Oracle Java 7 JRE

  • 要打开Visual Traceroute,需要安装Oracle Java 6 JRE或更高版本。
  • 我发现最简单的方法是通过Web Upd8 PPA在Ubuntu上安装Java。
  • 首先添加PPA。打开终端窗口,然后输入:
sudo add-apt-repository ppa:webupd8team / java
sudo apt-get更新
  • 最小化任何Java冲突的一个好方法是删除OpenJDK。打开终端窗口,然后输入:
须藤apt-get remove --purge openjdk *
  • 安装 Oracle  Java 7版本并确保已安装gksu(已从Ubuntu 13.04中删除),请打开“终端窗口”并输入:
sudo apt-get install oracle-java7-installer gksu
  • 提示:首先 检查系统上安装的Java版本,打开终端,然后输入:
Java版本

2.下载并安装Open Visual Traceroute

  • 打开终端窗口,然后输入:
mkdir / tmp / OpenVisualTraceRoute
cd / tmp / OpenVisualTraceRoute
  • 然后,对于32位和64位系统,请下载并安装最新版本:
wget http://sourceforge.net/projects/openvisualtrace/files/latest/download
sudo解压缩下载-d / opt /
  • 提取要用于启动器的应用程序图标,并使用以下命令设置权限:
cd / opt / OpenVisualTraceRoute *
sudo解压缩-j org.leo.traceroute.jar * / internet.png
须藤chmod + x startLinux.sh

3.创建一个开放的Visual Traceroute启动器

  • 要创建Ubuntu Unity 桌面启动器,请使用以下命令创建桌面启动器文件:
须藤gedit /usr/share/applications/open-visual-traceroute.desktop
  • 然后添加以下信息并保存:
[桌面输入]
名称=打开Visual Traceroute
版本= 1.3.1
GenericName =打开Visual Traceroute
X-GNOME-FullName =打开Visual Traceroute
Comment =打开Visual Traceroute
类型=应用
分类=应用程序;实用程序;
Exec = gksudo / bin / sh startLinux.sh
终端=假
StartupNotify = true
TargetEnvironment =团结
  • 然后使用以下命令在启动器中添加最新版本和图标的路径:
cd / opt / OpenVisualTraceRoute *
苏多苏
回声“路径= $(eval pwd)” >> /usr/share/applications/open-visual-traceroute.desktop
回声“ Icon = $(eval pwd)/internet.png” >> /usr/share/applications/open-visual-traceroute.desktop
出口
  • 然后,您将可以在统一破折号中搜索Open Visual Traceroute,并启动该应用程序。

原始安装指南可以在这里找到:http : //www.thefanclub.co.za/how-to/how-install-open-visual-traceroute-ubuntu


8

包/二进制文件mtr可以满足您的需求。默认情况下(我认为),Ubuntu已mtr-tiny安装。

它应该以GTK窗口开头,但是您始终可以使用mtr --gtk或调用它mtr -- curses以指定所需的内容。


1
我忘记在问题中提及我的映射要求,该要求已更新。我不相信地铁有地图吗?
杰里米

虽然非常方便,但我不知道基本安装中包含该功能。
杰里米

1
默认情况下,仅安装不支持gtk的mtr-tiny。发出“ sudo apt-get install mtr”将其删除并安装完整的软件包。此时运行mtr将调用gtk接口。但是没有地图,我无法让它真正起作用……
Scaine 2010年

我需要mtr使用CLI,但是在我的情况mtr下,默认情况下命令是生成GTK版本的。因此,我删除mtr并安装了mtr-tiny,目的是将CLI mtr与程序包一起使用mtr-tiny:)感谢您对mtr-tinyGTK版本之间的说明。
Mayura

0

有时,可能需要安装Whois软件包:

dpkg: dependency problems prevent configuration of ovtr:

ovtr depends on whois; however:  Package whois is not installed.

然后我们将执行:

sudo apt-get install whois

The following NEW packages will be installed: whois

0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.

After this operation, 164 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main whois amd64 5.1.1 [30,2 kB]
Fetched 30,2 kB in 0s (39,8 kB/s)
Selecting previously unselected package whois.
(Reading database ... 355631 files and directories currently installed.)
Preparing to unpack .../archives/whois_5.1.1_amd64.deb ...
Unpacking whois (5.1.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up whois (5.1.1) ...
Setting up ovtr (1.6.3-1) ...
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.