I'd like to use Xubuntu in 11.10 instead of Unity, how do I install it and switch to it?
Asked
Active
Viewed 7.3k times
35
3 Answers
42
Instructions for 11.10 and 12.04
Install the xubuntu-desktop package - to do that, run the following:
sudo apt-get update && sudo apt-get install xubuntu-desktop
At some point during the install, you will be asked to choose between gdm and lightdm - I prefer lightdm, so thats what the screenshot shows.
Logout, you will be confronted by the LightDM manager.
Then, click the little cog wheel, and select Xubuntu Session.
Then, enter your password, hit Enter and you'll be logged into Xubuntu.

0
And to remove original gnome desktop (after jrg's how-to) remove the package ubuntu-desktop
sudo apt-get remove ubuntu-desktop
You also sould do apt-get autoremove after doing that:
sudo apt-get autoremove
fnkr
- 5,047