Ubuntu Server graphical interface

tintoingi Posted messages 2 Status Member -  
 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

  1. Anonymous user
     
    Hello,

    The command
    sudo apt-get install ubuntu-desktop
    is used to install the graphical interface.
    To start it, try running the command
    startx
    or something like
    sudo 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.
    4