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?发布于 2019-10-03 07:50:18
要安装traceroute包,请在命令行输入以下内容:
sudo apt install traceroute对我来说挺好的。如果它不适用于您,请检查您是否有网络问题,并确保首先更新其他内容,如下所示:
sudo apt update紧接着是
sudo apt upgrade然后再试着安装traceroute。
发布于 2019-10-03 07:56:16
您是在使用代理还是防火墙?对我来说,似乎您输入了正确的apt install ....代码,但是连接本身并没有建立。
https://askubuntu.com/questions/1178252
复制相似问题