首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何安装traceroute

如何安装traceroute
EN

Ask Ubuntu用户
提问于 2019-10-03 06:05:18
回答 2查看 3.6K关注 0票数 0
代码语言:javascript
复制
Reading package lists... Done
Building dependency tree       
Reading state information... Done
net-tools is already the newest version (1.60-26ubuntu1).
The following NEW packages will be installed:
  traceroute
0 upgraded, 1 newly installed, 0 to remove and 279 not upgraded.
Need to get 46.4 kB of archives.
After this operation, 172 kB of additional disk space will be used.
Err:1 http://in.archive.ubuntu.com/ubuntu xenial/universe i386 traceroute i386 1:2.0.21-1
  Could not connect to 172.16.0.1:8888 (172.16.0.1). - connect (111: Connection refused)
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/universe/t/traceroute/traceroute_2.0.21-1_i386.deb  Could not connect to 172.16.0.1:8888 (172.16.0.1). - connect (111: Connection refused)

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
EN

回答 2

Ask Ubuntu用户

发布于 2019-10-03 07:50:18

要安装traceroute包,请在命令行输入以下内容:

代码语言:javascript
复制
sudo apt install traceroute

对我来说挺好的。如果它不适用于您,请检查您是否有网络问题,并确保首先更新其他内容,如下所示:

代码语言:javascript
复制
sudo apt update

紧接着是

代码语言:javascript
复制
sudo apt upgrade

然后再试着安装traceroute。

票数 2
EN

Ask Ubuntu用户

发布于 2019-10-03 07:56:16

您是在使用代理还是防火墙?对我来说,似乎您输入了正确的apt install ....代码,但是连接本身并没有建立。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1178252

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档