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