GUI Installation on Ubuntu Server 20.04
Update the apt package index and install tasksel.
$ sudo apt update
$ sudo apt install tasksel
List the GUI we have installed and we can install:
$ sudo tasksel --list-tasks
Main available Graphical User Interfaces (GUI) installations using tasksel’s tasks
Task Description
kubuntu-desktop Kubuntu desktop ( KDE Desktop )
lubuntu-desktop Lubuntu Desktop ( LXQt desktop )
ubuntu-budgie-desktop Ubuntu Budgie desktop
ubuntu-desktop Ubuntu desktop ( default GNOME )
ubuntu-desktop-minimal Ubuntu minimal desktop ( default GNOME )
ubuntu-mate-desktop Ubuntu MATE desktop
ubuntustudio-desktop Ubuntu Studio desktop ( Xfce-based desktop )
ubuntustudio-desktop-core Ubuntu Studio minimal DE installation ( Xfce-based desktop )
xubuntu-desktop Xubuntu desktop ( Xfce desktop )
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
Run the following command to make sure our system boots into the graphical target after reboot
$ sudo systemctl set-default graphical.target
Run command sudo reboot to reboot. At this point, the GUI should start.
$sudo reboot
文章来自:Install GUI on Ubuntu 20.04 Quick Guide
Ubuntu Server 20.04快速部署GUI指南:安装与配置
本文介绍了如何在Ubuntu Server 20.04上通过tasksel工具安装和配置各种图形用户界面,包括步骤如更新包索引、安装tasksel任务,以及选择并安装默认的GNOME桌面。最后提供重启系统以启动GUI的详细操作。
537

被折叠的 条评论
为什么被折叠?



