Is there a way I can convert Lubuntu Desktop 16.04 to Server? I found Can I convert Ubuntu Desktop 14.04 to Server? but that's for Ubuntu 14.04, not Lubuntu 16.04, and I'm not sure if it will work (for a start, I don't have "ubuntu-desktop" installed).
Asked
Active
Viewed 2,000 times
1
1 Answers
0
Run the following:
sudo apt autoremove lxde lubuntu-desktop
sudo apt purge lxde lubuntu-desktop
Then install whatever packages you need for your server to run. (Ie: apache, samba, mail server, or whatever else you need.)

anonymous2
- 4,298
-
1It says "Package 'lxde' is not installed, so not removed" and the same for 'lubuntu-desktop'. – TheRandomLabs Aug 15 '16 at 12:29
-
ubuntu-desktop
you should trylubuntu-desktop
– Anwar Aug 15 '16 at 14:19