Disable Ubuntu GUI

By rbosaz, 6 September, 2024

Disables GUI on boot (CLI):

sudo systemctl set-default multi-user

Enables GUI on boot (Graphical):

sudo systemctl set-default graphical

Start GUI from command line:

sudo systemctl start gdm3

Tags