前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Ubuntu如何安装GUI

Ubuntu如何安装GUI

作者头像
用户8418197
修改2021-09-13 11:04:47
7260
修改2021-09-13 11:04:47
举报
文章被收录于专栏:howtouselinuxhowtouselinux

GUI Installation on Ubuntu Server 20.04

  1. Update the apt package index and install tasksel.
代码语言:txt
复制
$ sudo apt update
$ sudo apt install tasksel
  1. List the GUI we have installed and we can install:
代码语言:txt
复制
$ 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 )

  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.
代码语言:txt
复制
$ sudo tasksel install ubuntu-desktop
  1. Run the following command to make sure our system boots into the graphical target after reboot
代码语言:txt
复制
$ sudo systemctl set-default graphical.target
  1. Run command sudo reboot to reboot. At this point, the GUI should start.
代码语言:txt
复制
$sudo reboot

文章来自:Install GUI on Ubuntu 20.04 Quick Guide

https://www.howtouselinux.com/post/install-gui-on-ubuntu-20-04-quick-guide

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
作者已关闭评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档