I try to use KDE desktop a couple days, I think I like it and I don't wanna go back with GNOME. What will I do to remove it completely? I am using Ubuntu 20.04 by the way
Thanks
I try to use KDE desktop a couple days, I think I like it and I don't wanna go back with GNOME. What will I do to remove it completely? I am using Ubuntu 20.04 by the way
Thanks
sudo apt remove ubuntu-desktop
however it may remove more than you want (when youautoremove
later on especially) as there maybe some apps you'll miss; that were included with the Ubuntu/GNOME desktop - ie. read what will be removed before you accept it. – guiverc Mar 06 '21 at 07:06sudo apt install kubuntu-desktop
(ie. you have it all, and not selectively added components). If you individually installed components, the effect of the command I gave in the last comment will have greater effects and you risk being left without a working GUI (esp. after theautoremove
) but this won't impact you if you installed all of KDE via kubuntu-desktop. – guiverc Mar 06 '21 at 07:12