ubuntu 16.04 server - unable to enter the graphical desktop solution

The sentence for installing the graphical interface is:

1. Obtain the installation source

add-apt-repository ppa: on personality-ppa / backports

apt-get update

2. If the KDE desktop is already installed in the system, just update it directly

apt-get upgrade

3. If the KED desktopis not installed in the system, then execute the following command to install

apt-get install kubuntu-desktop

4. Errors may occur during the installation process: kde-config-telepathy-accounts  package conflicts, as shown below:

The solution is:

命令:apt-get -o Dpkg::Options::="--force-overwrite" -f install


There will be a graphical interface in the middle, allowing users to choose gdm or sddm, remember to choose sddm, although I don't know what this is, but if you choose gdm, you can't enter the graphical interface. If you accidentally choose the wrong one, you can use the following command to switch. Take switching to GDM as an example, open the terminal and use the command:

sudo dpkg-reconfigure gdm



Guess you like

Origin blog.csdn.net/Sun7_She/article/details/73017205