what if i dont want gui in ubuntu 20.04 code example
Example 1: what if i dont want gui in ubuntu 20.04
$ sudo systemctl set-default multi-user
#command to disable GUI on boot hence upon the reboot,
#the system will boot into multi user target:
Example 2: what if i dont want gui in ubuntu 20.04
$ sudo systemctl set-default multi-user