我正试图在ubuntu中安装traceroute,并收到以下消息。
sudo apt-get install traceroute
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
traceroute
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 53.1 kB of archives.
After this operation, 162 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
traceroute
Install these packages without verification [y/N]? n
E: Some packages could not be authenticated但是当我安装在我朋友的系统上时,它可以正常工作。
sudo apt-get install traceroute
[sudo] password for ankit:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
traceroute
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 53.1 kB of archives.
After this operation, 162 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu/ precise/universe traceroute amd64 1:2.0.18-1 [53.1 kB]
Fetched 53.1 kB in 1s (28.8 kB/s)
Selecting previously unselected package traceroute.
(Reading database ... 207690 files and directories currently installed.)
Unpacking traceroute (from .../traceroute_1%3a2.0.18-1_amd64.deb) ...
[1]+ Stopped sudo apt-get install traceroute我的系统出什么问题了?
提前谢谢。
发布于 2014-04-08 21:55:27
当您的软件不最新时,就会显示该消息。所以做一个..。
sudo apt-get update然后再安装一次,通知应该消失了。
https://askubuntu.com/questions/445200
复制相似问题