What does the error message 'Run a partial upgrade' in update manager mean? How do I stop the problem? It won't let me install any updates, and occasionally says 'Software index is broken'.
What does the error message 'Run a partial upgrade' in update manager mean? How do I stop the problem? It won't let me install any updates, and occasionally says 'Software index is broken'.
Too many cooks don't spoil the broth with Linux, and Ubuntu is the best broth!
Mint-Ireland, Ubuntu-UK, SUSE-Germany, Fedora-USA, ROSA-From Russia, with Love!
Running a partial upgrade will often break something.
Instead use Synaptic to update. That will tell you what is going to be removed if you update a given package. If you don't want the item(s) removed then don't run the update for that package.
MacBook Pro 10,1 retina
You can fix the problem by running these commands:
Code:sudo rm -vf /var/lib/apt/lists/* sudo apt-get update sudo apt-get upgrade
Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.
No support requests by PM please.
now i am on 11.10 started using it from Alpha version.It has asked me several times for partial upgrade and i have given yes.at that time i have enquired about this and got the answer as this is testing version and everytime we need some new updates with fixes and security updates...is that right for that?
Thanks in advance,
Dont miss anything even it is small. one small pin is enough to bring down a man.
It is not normally a good idea to run Partial Upgrades.
http://ubuntuforums.org/showthread.php?t=1751299
MacBook Pro 10,1 retina
Yes, will need to remove "/var/lib/apt/lists/partial" as well.
The previous command should have had -rf instead of -vfCode:sudo rm -rf /var/lib/apt/lists/partial![]()
Last edited by Old_Grey_Wolf; October 14th, 2011 at 06:17 PM.
Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.
No support requests by PM please.
So the actual command should be:
orCode:sudo rm -rf /var/lib/apt/lists/*
??Code:sudo rm -rf /var/lib/apt/lists/partial
I just want to make sure running with the wildcard won't actually remove sources for anything that I don't want to remove from my system or some similar undesired result
*********UPDATE*********
I made a backup of the lists/ dir and tried with the wildcard, and then ran the apt-get update command and received an error message that the partial/ dir was missing.
Last edited by Gremlyn1; October 18th, 2011 at 09:26 PM.
sudo rm -rf /var/lib/apt/lists/*
will get you what you want.
Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.
No support requests by PM please.
Bookmarks