Results 1 to 5 of 5

Thread: How to install missing packages ?

  1. #1
    Join Date
    Aug 2008
    Beans
    25

    How to install missing packages ?

    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.

  2. #2
    Join Date
    Aug 2008
    Beans
    25

    Re: How to install missing packages ?

    Experts-

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

    Thanks
    -Chinnaraj.

  3. #3
    Join Date
    Feb 2010
    Location
    Summerwind
    Beans
    12,453
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: How to install missing packages ?

    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
    Last edited by Frogs Hair; February 27th, 2011 at 03:35 PM.
    “Start where you are. Use what you have. Do what you can".

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Manual

  4. #4
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,666
    Distro
    Ubuntu Gnome Development Release

    Re: How to install missing packages ?

    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.

    Code:
    sudo apt-get update && sudo apt-get install -f
    Code:
    sudo dpkg --configure -a
    Code:
    sudo apt-get install --reinstall ubuntu-desktop

  5. #5
    Join Date
    Aug 2008
    Beans
    25

    Re: How to install missing packages ?

    Thanks a lot sikander3786 !!!

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

    Regards,
    Chinnaraj.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •