TranslateProject/sources/tech/20150722 How To Fix 'The Update Information Is Outdated' In Ubuntu 14.04.md
2015-07-22 15:10:05 +08:00

3.9 KiB
Raw Blame History

How To Fix “The Update Information Is Outdated” In Ubuntu 14.04

Seeing a red triangle in top panel in Ubuntu 14.04 that displays the following error?

The update information is outdated. This may be caused by network problems or by a repository that is no longer available. Please update manually by selecting Show updates from indicator menu, and watching for any failing repositories.

It looks something like this:

Instead of red triangle, there is a pink exclamation sign because I am using one of the best Ubuntu icon themes, Numix. Coming back to the error, this is a common update problem which you might see every now and then. Now you might be wondering what is causing this update error.

Reason for update information is outdated error

The reason is pretty explanatory in the error description itself. It reads “this may be caused by network problems or by a repository that is no longer available”. So, either you upgraded your system and some repository or PPA is no longer supported or you are facing some similar issue.

While the error is self-explanatory, the action it suggests, “Please update manually by selecting Show updates from the indicator menu, and watching for any failing repositories.”, doesnt work properly. If you click on Show updates, all youll see is that the system is already updated.

Weird isnt it? How will we find out what is failing where and why?

Fix update information is outdated

The solution discussed here will work for Ubuntu versions be it Ubuntu 14.04, 12.04 or 14.04. All you need to do is to open a terminal (Ctrl+Alt+T) and use the following command:

sudo apt-get update

Wait for the command to finish and look at the result. Quick tip to add here, you can add notifications in terminal so that you are notified as soon as a long command finishes execution. In the last few lines at the end of the command, see what kind of error your system is facing. Yes, youll see an error for sure.

In my case, I saw the famous GPG error: The following could not be verified error. Apparently there is some problem with Spotify installation in Ubuntu 15.04.

It is very much possible that you might see a different error instead of the GPG error like me. In that case, I suggest you to go through this article which I wrote to fix various common update errors in Ubuntu.

I know few people, specially beginners have strong aversion to command line but if you are using Linux, you simply cannot avoid terminal. Moreover, it is not that scary a thing. Give it a try, you will feel accustomed to it soon enough.

I hope this quick tip helped you to fix the recurring “update information is outdated” in Ubuntu. Any questions or suggestions is welcomed.


via: http://itsfoss.com/fix-update-information-outdated-ubuntu/

作者:Abhishek 译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出