Posted in

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

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

Leave a Reply

Your email address will not be published. Required fields are marked *