I recently installed MATE desktop on ubuntu 16.04 and later decided to uninstall it. I did so using the commandsudo apt-get remove mate-desktop
.
It was uninstalled and was no longer available on the login screen as an option. But i think that not everything related to MATE was removed. I know this because i still have MATE-terminal in my applications list. I could, of course, just uninstall it but then what about other hidden items that are not so obvious. I prefer not having them at all.
I tried running the commands suggested here, but it doesn't solve the problem.
sudo apt autoremove --purge mate-desktop && sudo aptitude purge ~c
– QwertyChouskie Jun 27 '16 at 01:01