似乎xt (xtraceroute)已经从存储库中删除了,有人知道主repos中绘制地图的另一个图形traceroute程序吗?如果没有,那么一个松散的deb包就可以了,或者PPA。
发布于 2010-11-29 03:43:25
包/二进制mtr可以满足您的需要。默认情况下(我认为),Ubuntu已经安装了mtr-tiny。
它应该从GTK窗口开始,但是您可以使用mtr --gtk或mtr -- curses来调用它来指定您想要的内容。
发布于 2016-06-16 22:32:43
有时,它可能需要安装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) ...https://askubuntu.com/questions/15311
复制相似问题