how to install gui on ubuntu 20.04 in terminal command code example
Example 1: start Gui on your Ubuntu 20.04 system from cli
$ sudo systemctl isolate graphical
Example 2: start Gui on your Ubuntu 20.04 system from cli
$ sudo systemctl set-default graphical.target