Find the answer to your Linux question:
Results 1 to 3 of 3
hello; i have tryed to use apt-get autoremove libxml2; and it started to delete programs; now when i start my ubuntu i just get a black screen and the terminal; ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    1

    apt-get autoremove problem

    hello;

    i have tryed to use apt-get autoremove libxml2; and it started to delete programs; now when i start my ubuntu i just get a black screen and the terminal;

    can i fix this or i have to format?

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    You can try installing that package again and hope it brings everything back:

    Code:
    sudo apt-get install libxml2
    Linux User #453176

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    It is not uncommon that the autoremove option pulls in a good chunk of necessary programs. I don't advocate using it and if you do, it's important to look closely at what it is going to remove.

    To reinstall all the basic desktop packages, do
    Code:
    sudo apt-get install ubuntu-desktop
    This assumes you have an internet connection. If you need help connecting from the console let me know.

Posting Permissions

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