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
Visited 1 times, 1 visit(s) today