PDA

View Full Version : [SOLVED] Things to do after installing Ubuntu 12.04



dgharmon
August 27th, 2012, 12:28 AM
I get this error (http://pastebin.com/LpDQXSxc) when I run this script (http://howtoubuntu.org/things-to-do-after-installing-ubuntu-12-04-precise-pangolin/), any solutions?

zvacet
August 27th, 2012, 10:55 PM
Try with


sudo dpkg --configure -a

dgharmon
August 28th, 2012, 01:43 AM
Try with


sudo dpkg --configure -a

Done that .. then I also did the following as per some other suggestion ...

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

... seems to be working, no damage done :)