Home » Questions » Computers [ Ask a new question ]

Grayed Out Ubuntu Distribution Updates

Grayed Out Ubuntu Distribution Updates

As shown in the screen-shot below, there are two updates under distribution updates that have been there for a couple of months now. These updates are not click-able and I see no way to get rid of them. So two part question, why did they get like this and how do I get rid of them?

Asked by: Guest | Views: 167
Total answers/comments: 1
Guest [Entry]

"Grayed out packages mean that Update Manager is not able to install them due to an issue.

The issues are typically to do with resolving dependencies and conflicts.
Try manually installing them through the Synaptic Package Manager or apt-get. That should throw up the error that causes Update Manager to not install these packages.

$sudo apt-get install gstreamer0.10-plugins-bad

A typical scenario in which this could happen is if you have included in your sources a PPA that is pushing this package, but not some packages that this depends on."