How to install Ubuntu Desktop on Ubuntu Server 16.04
- In the terminal type the command:
sudo apt-get update
The above command downloads the package lists from the repositories and updates all packages to get information for the newest versions of packages and their dependencies.
- Now install the Ubuntu Desktop package and it’s dependencies
sudo apt-get install ubuntu-desktop