goforit7arh asked:
I installed Ubuntu Server in a VM… but I didn’t like it by itself.. so I “sudo apt-get install”ed xubuntu-desktop… But now I want to uninstall it because it kinda isn’t the same as it was before. Help?
sudo apt-get autoremove xubuntu-desktop
this will uninstall the xubuntu-desktop along with the dependencies tha were installed along with it that are no longer used
Name (required)
Mail (will not be published) (required)
Website
Web analytics
October 31st, 2008 at 12:46 pm
sudo apt-get autoremove xubuntu-desktop
this will uninstall the xubuntu-desktop along with the dependencies tha were installed along with it that are no longer used