This was interesting as clicking on the Check button did nothing but the same message was displayed again. Couple of days later I saw some updates available but after installing the updates I saw the same message again:

Reason:

What is causing this error? After researching a bit, I found out that there were “sources” other than Canonical (Ubuntu’s official sources) which I had added over the time to install some great indicator applets from private PPAs on my Ubuntu 12.04. Some of these PPAs were old and was meant for earlier version of Ubuntu or they were simply broken. This was the main reason why it showed that there are some updates available even after the recent update. Now, the next task is to find out which are these “unoffcial troublesome sources” in the list. To find this out run this command and wait for the command to end: The last few lines of the output of the last command were following: As you can see in the output, these were the PPAs (name in bold letters) causing trouble.

Solution:

Once we have the list of the culprits, it’s time to remove them i.e. delete them from the sources list. This can be done in both GUI (Graphical User Interface) and CLI (Command Line Interface). You can opt for any of these 3 ways to do it:

  1. Open the terminal (Ctrl+Alt+T) and use the following command: In this directory you can see all the sources listed as “.list” file. Remove those which were causing error:
  2. Alternatively, apt can be used to remove the PPA repository in the following way:
  3. If you are not comfortable with the command line ways, no worries. We have GUI option as well. Open the Update Manager (Search for it in Unity Dash) and click on Settings:

In here, go for the Other Software tab and here you can see all the additional software sources listed which are included in the update list. Uncheck the box against the troublesome PPAs/sources:

Now when you go to the Update Manager, it should be neat and clean like this:

If not try running the “sudo apt-get update” command again to ensure that everything is smooth there.