Ubuntu Server 20.10 GUI installation step by step
Ubuntu Server 20.10 GUI installation step by step:-
sudo apt update
sudo apt install tasksel
Next, select the GUI you wish to install. Below table shows
main desktop environments available for installation :-
tasksel --list-tasks
sudo tasksel install ubuntu-desktop
reboot
In case the GUI is not starting at all, make sure your system
boots into the graphical target. To do so execute:
sudo systemctl set-default graphical.target
Comments
Post a Comment