sudo apt-get update每次给我相同的列表

我通过命令升级了:

sudo apt-get upgrade 

更新完成后,结果是一样的; 下次运行命令时,会出现相同的结果,如:

 Ign http://security.ubuntu.com trusty-security InRelease . . . Ign http://in.archive.ubuntu.com trusty-proposed/universe Translation-en_IN Fetched 217 kB in 1min 21s (2,648 B/s) Reading package lists... Done 

我搜索了一个解决方案,但似乎我是唯一一个遇到此问题的人。 如果这个问题是重复的,有人可以给我一个原始问题的链接吗?

apt-get update从存储库下载软件包列表并更新它们以获取有关软件包及其依赖项的最新版本的信息。 它将为所有存储库和PPA执行此操作。

man apt-get

 Used to re-synchronize the package index files from their sources. The indexes of available packages are fetched from the location(s) specified in /etc/apt /sources.list(5). An update should always be performed before an upgrade or dist-upgrade. 

所以基本上它只显示已更新的存储库

资源