• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

ubuntu-安装GUI

linux 搞代码 3年前 (2022-03-03) 32次浏览 已收录 0个评论

GUI Installation on Ubuntu Server 20.04

  1. Update the apt package index and install tasksel.
<code class="bash">$ sudo apt update
$ sudo apt install tasksel
  1. List the GUI we have installed and we can install:
<code class="bash">$ 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.
<code class="bash">$ sudo tasksel install ubuntu-desktop
  1. Run the following command to make sure our system boots into the graphical target after reboot
<code class="bash">$ sudo systemctl set-default graphical.target
  1. Run command sudo reboot to reboot. At this point, the GUI should start.
<code class="bash">$sudo reboot

文章来自:Install GUI on Ubuntu 20.04 Quick Guide
https://www.howtouselinux.com/post/install-gui-on-ubuntu-20-04-quick-guide


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:ubuntu-安装GUI
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址