ubuntu服务器安装图形界面
如何在Ubuntu server上面安装GUI 分五个步骤:
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
【ubuntu服务器安装图形界面】文章来自:Install GUI on Ubuntu 20.04 Quick Guide
https://www.howtouselinux.com/post/install-gui-on-ubuntu-20-04-quick-guide
推荐阅读
- Mac安装Chromedriver
- MongoDB,Wondows下免安装版|MongoDB,Wondows下免安装版 (简化版操作)
- MAC安装Mongo
- 【Hadoop踩雷】Mac下安装Hadoop3以及Java版本问题
- 探索免费开源服务器tomcat的魅力
- react|react 安装
- VueX--VUE核心插件
- python-安装sublime遇到异常
- typeScript入门基础介绍
- [源码解析]|[源码解析] NVIDIA HugeCTR,GPU版本参数服务器---(3)