I would like detail instructions on How to Install GUI on Ubuntu server 15.10
Asked
Active
Viewed 9,942 times
1 Answers
4
Install the metapackage ubuntu-desktop
:
sudo apt-get install ubuntu-desktop
ubuntu-desktop
is a metapackage; it does not provide anything (apart from docs) itself, but depends on all other necessary packages for GUI. So when you install ubuntu-desktop
, apt
will install all other necessary
packages to satisfy the dependency.

heemayl
- 91,753
xubuntu-desktop
, orkubuntu-desktop
, orlubuntu-desktop
, etc... – QwertyChouskie Apr 13 '16 at 02:19ubuntu-gnome-desktop
– thuyein Apr 13 '16 at 03:42