I've read this Q&A and I'm ready to try it with Xubuntu. That is, I'll go from Ubuntu to Xubuntu.
At this moment, my laptop is slow, even after the various optimizations. My question is whether this is the correct way to proceed.
sudo apt-get upgrade # upgrade all existing packages to newest version
sudo do-release-upgrade # upgrade system (takes some hours)
sudo apt-get xubuntu-desktop # switch to Gnome on login
Remove the ubuntu-desktop package (Which command should I use?)
Sort of, there's a typo (you need
install
in your installation line). You also don't need to removeubuntu-desktop
and I certainly wouldn't do this until you're happy with what you've got. Here's what I would do:Install Xubuntu task
Log out, log back in, selecting Xubuntu/Xfce as my interface
Chill out for a few days. See that things still work. There will be too many applications (eg there will be both GNOME's and Xfce's default applications available but you want to make sure you'll have everything you need when you remove GNOME/Unity/Whatever.
Clean up.
Note: we need to install Xubuntu task (
xubuntu-desktop^
) to avoid bug 1754872 with meta-package.You might want to switch to
lightdm
too. So after finishing the upper answer (perfect, thanks for that!) you have to run as root (or withsudo
)Check out the following question with screenshots: How to change from GDM to LightDM?