If 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
If 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
Leave a Reply