I'm thinking about installing the desktop on my Ubuntu Server (sudo apt-get install ubuntu-desktop
).
Is there a "system restore" I can run in case I don't want the desktop anymore?
I'm thinking about installing the desktop on my Ubuntu Server (sudo apt-get install ubuntu-desktop
).
Is there a "system restore" I can run in case I don't want the desktop anymore?
No, but you can just
apt-get remove ubuntu-desktop
andapt-get autoremove
to clean up the dependencies.