Ubuntu Server graphical interface
tintoingi
Posted messages
2
Status
Member
-
Anonymous user -
Anonymous user -
I installed Ubuntu Server and I would like to access the graphical interface. I tried the commands apt-get install ubuntu-desktop and others in vain. I need your help. Thank you.
1 answer
-
Hello,
The commandsudo apt-get install ubuntu-desktop
is used to install the graphical interface.
To start it, try running the commandstartx
or something likesudo service lightdm restart
.
P.S.: I haven't tested these commands on my machine, so I don't know if they still work like that with Ubuntu Server 16.04.