Friday 28 March 2014

How to Remove The GUI from Ubuntu

1. You should be able to simply remove lightdm
sudo apt-get remove lightdm
This will remove the ubuntu-desktop meta package.
2. You can also edit /etc/default/grub
and change
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
to
GRUB_CMDLINE_LINUX_DEFAULT=”text”
3. then run
sudo update-grub

No comments:

Post a Comment