I installed Ubuntu Server 18.04 LTS as a VM. Then I installed Unity desktop with --no-install-recommends as in below command:
sudo apt install --no-install-recommends ubuntu-unity-desktop
Now I want to remove desktop and return my good old terminal screen. I tried removing desktop with following command and reboot but nothing was changed after reboot.
sudo apt remove --purge ubuntu-unity-desktop
Is there a way to remove desktop totally?