I have chosen to upgrade from Ubuntu 17.04 desktop to Ubuntu 17.10 and found out that Unity Desktop isn’t completely removed after the upgrade.
As we all know that, since Ubuntu abandoned the Unity desktop, there’s no reason to keep any part or the program or feature. So I decided to completely remove Unity from Ubuntu 17.10.
I know the basic process but my question is: is it too risky to remove Unity because Ubuntu is core OS and some of its package depend on them?
How can I safely remove Ubuntu Unity desktop without breaking anything?
However, I think this is the answer you're looking for : From the terminal:
– Piloti Nov 11 '17 at 09:50sudo apt-get remove unity*
and thensudo apt-get autoremove
so nothing stays.sudo apt install ubuntu-session gdm3
– Nov 11 '17 at 09:56