PDA

View Full Version : [ubuntu] I missed the removal step after my upgrade from Oneiric to Precise.



mhsafe
June 23rd, 2013, 08:06 AM
Hi I have just upgraded my ubuntu form Oneiric to Precise. But unfortunately my PC hanged up, just before I was to start the removal step to remove the unnecessary packages. Hence, after a restart my PC is working well but keeping the old and unnecessary packages is wasting my limited PC resources. Please help me how to identify and remove them? regards,

dino99
June 23rd, 2013, 01:03 PM
from a terminal, after having booting to Precise, run:

sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove

sudo apt-get update
sudo apt-get -f install
sudo dpkg-reconfigure -phigh -a
(can take a while, be patient & dont stop it before it end itself)

you also can try to find/remove the orphan packages by installing & using gtkorphan & bleachbit