ubuntu如何安装图形界面

知识养成了思想,思想同时又在融化知识。这篇文章主要讲述ubuntu如何安装图形界面相关的知识,希望能为你提供帮助。
如何在Ubuntu server上面安装GUI分五个步骤:
GUI Installation on Ubuntu Server 20.04

  1. Update the apt package index and install tasksel.
$ sudo apt update $ sudo apt install tasksel

  1. List the GUI we have installed and we can install:
$ sudo tasksel --list-tasks

Main available Graphical User Interfaces (GUI) installations using tasksels tasks
TaskDescription
kubuntu-desktop Kubuntu desktop ( KDE Desktop )
lubuntu-desktop Lubuntu Desktop ( LXQt desktop )
ubuntu-budgie-desktopUbuntu Budgie desktop
ubuntu-desktopUbuntu desktop ( default GNOME )
ubuntu-desktop-minimalUbuntu minimal desktop ( default GNOME )
ubuntu-mate-desktop Ubuntu MATE desktop
ubuntustudio-desktopUbuntu Studio desktop ( Xfce-based desktop )
ubuntustudio-desktop-coreUbuntu Studio minimal DE installation ( Xfce-based desktop )
xubuntu-desktop Xubuntu desktop ( Xfce desktop )
  1. Use tasksel command to install the selected GUI. For example to install the default Ubuntu GNOME desktop execute. This step will install all the files and take some time to finish.
$ sudo tasksel install ubuntu-desktop

  1. Run the following command to make sure our system boots into the graphical target after reboot
$ sudo systemctl set-default graphical.target

  1. Run command sudo reboot to reboot. At this point, the GUI should start.
$sudo reboot

【ubuntu如何安装图形界面】文章来自:Install GUI on Ubuntu 20.04 Quick Guide
https://www.howtouselinux.com/post/install-gui-on-ubuntu-20-04-quick-guide

    推荐阅读