Today I had problems with a blank screen after the log-in page of my Xubuntu. This problem was resolved by re-installing xubuntu-desktop through this process:
sudo apt-get update
sudo apt-get install xubuntu-desktop
sudo apt-get -f install
sudo dpkg-reconfigure xubuntu-desktop
sudo reboot
BUT. Before I did this, I mistakenly installed the ubuntu-desktop via the same process of:
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get -f install
sudo dpkg-reconfigure ubuntu-desktop
sudo reboot
How do I cleanly and safely remove UBUNTU-DESKTOP while retaining my XUBUNTU GUI?
I'm still quite new Linux, and would appreciate any help! Thanks!