PDA

View Full Version : [ubuntu] How to install missing packages ?



chinnaraaju
February 26th, 2011, 04:13 PM
Hi

I was trying to install google chrome linux version on to my ubuntu system(8.04). During this operation, while correcting the dependencies of libraries , unknowingly i gave the answer 'Y' to one of the question.

As a result, it uninstalled many main packages like Nautilus Desktop,firefox and many others. Now i am able to login to desktop but the desktop is not fully loading with all panels and icos. only wall paper is getting displayed.

i am able to work in FailSafe mode terminal. Please let me know the command to give in terminal to install all missing important packages of Ubuntu 8.04 and fix all the broken and dependency issues.

Thanks for your support.
-Chinnaraj.

chinnaraaju
February 27th, 2011, 07:17 AM
Experts-

Do you have any clue on the command to use to installing the missing packages ?

Thanks
-Chinnaraj.

Frogs Hair
February 27th, 2011, 03:32 PM
Without knowing what was removed that caused all those packages to removed all at once . it's to say what command would be needed.

Have you attempted so reinstall the packages you know to be missing ? I don't know what terminal you are looking at so I don't know if sudo apt-get install package name is an option. Example: sudo apt-get install nautilus

sikander3786
February 27th, 2011, 03:57 PM
Just try to re-install the ubuntu-dekstop package. Before trying to do so, search and fix any broken packages. Follow these commands, one-by-one.


sudo apt-get update && sudo apt-get install -f


sudo dpkg --configure -a


sudo apt-get install --reinstall ubuntu-desktop

chinnaraaju
February 27th, 2011, 06:13 PM
Thanks a lot sikander3786 !!!

Your three commands did all the magic...now my ubuntu desktop is up and running...

Regards,
Chinnaraj.