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;
...
- 11-24-2009 #1Just 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?
- 11-24-2009 #2
You can try installing that package again and hope it brings everything back:
Code:sudo apt-get install libxml2
Linux User #453176
- 11-24-2009 #3
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, doThis assumes you have an internet connection. If you need help connecting from the console let me know.Code:sudo apt-get install ubuntu-desktop


Reply With Quote