Linux – Some packages in mint not updating

linux-mintpackage-managementrepositoryupgrade

I'm new to Linux Mint 12 and I can't tell for sure, but I think I'm missing some updates. When I run update manager and it's fetching the list of packages to be updated, a bunch of packages list status: failed.

And when I run sudo apt-get update, a couple packages say Hit but most are listed as Ign (which I assume stands for Ignored).

I know that Mint purposely avoids installing some updates because they're not yet considered stable, but this looks like it's not even fetching the list of available updates.

Specifically I added the repository http://ppa.launchpad.net/jamesodhunt/bug-829980/ubuntu for a particular bug-fix which didn't seem to work, I think because the repository is being ignored.

I can't seem to find any references anywhere to other people having the same problem. Everything I've found where people are having trouble fetching packages for updates, they seem to be getting explicit error messages, but I don't see any.

Best Answer

If you have added ppa directly with apt-add-repository command then it might setup the ppa for maya ie(Mint). I would ask you to check that out in software sources. (Search for software sources app in mint menu). There under the tab 'Other software'. Select the ppa you have installed.Click edit and change the option under 'Distribution' from 'maya' to 'precise'. Then save it run run update manager again.

If the above said option fails: It would of better if you could check which packages are being held back. If the package belongs to the ppa then nothing much can be done other than to disable that ppa. For that I would recommend ppa-purge or y ppa manager.

Regarding your doubt of Ign and Hits while updating software database, it's quite normal. And most of the ignored ones are translation packages. So dont worry. Only thing which you should worry is if at the end of update process it throws out error saying some packages couldn't be updated.

Related Question