How to disable GUI in Ubuntu
Written by Yujin Boby
Edit in WordPressIf you have installed Ubuntu with GUI and don’t want GUI, you can disable GUI from starting on boot with command
systemctl set-default multi-user
If you need to GUI auto-start on boot, run
systemctl set-default graphical.target
