Ubuntu Server 24.04|22.04|20.04|18.04 安装GUI DESKTOP xfce4

Ubuntu Server 24.04|22.04|20.04|18.04 安装GUI DESKTOP

sudo apt update

sudo apt upgrade

Display Manager安装与选择:

GDM3、SLiM、LightDM都是选项; 我们用 SLiM测试,请透过以下 apt 指令使用「 slim 」软体套件:

sudo apt install slim

安装完成后,进入Slim的设定页面。点选<确定>按钮继续:

接著选择安装桌面Desktop环境

常见桌面比较与选择

桌面环境选项 特征

  • Gnome 稳定、资源高效、易于使用、GTK 支援、高度可自订
  • KDE Plasma 稳定、直觉的设计、视觉
  • MATE 经过时间考验,非常稳定
  • Xfce 稳定、非常轻量、定期更新
  • Cinnamon 稳定、非常轻量

安装

复制代码
预设的Ubuntu桌面环境GNOME:
sudo apt install ubuntu-desktop

安装 KDE Plasma Desktop (GUI):
sudo apt install kde-plasma-desktop

要在 Ubuntu 伺服器上安装 MATE:
sudo apt install ubuntu-mate-core

若要安装 XFCE 桌面,请使用:
sudo apt install xubuntu-core

若要在 Ubuntu Server 上安装 Cinnamon 桌面环境:
sudo apt install cinnamon-desktop-environment

如果要移除桌面怎么做(Uninstall Desktop)?

复制代码
Ubuntu Desktop (GNOME)
sudo apt remove ubuntu-desktop

KDE Plasma
sudo apt remove kde-plasma-desktop

MATE
sudo apt remove ubuntu-mate-core

XFCE
sudo apt remove xubuntu-core

Cinnamon
sudo apt remove cinnamon-desktop-environment
相关推荐
光电的一只菜鸡3 小时前
ubuntu之坑(十四)——安装FFmpeg进行本地视频推流(在海思平台上运行)
ubuntu·ffmpeg·音视频
flypig哗啦啦7 小时前
ubuntu桌面x11异常修复
linux·运维·ubuntu
LetsonH7 小时前
Ubuntu 实现 sudo 免密码关键步骤
linux·运维·ubuntu
AhPhong10 小时前
Linux免驱使用slcan,使用方法以Ubuntu为例
linux·ubuntu·slcan
刘延林.10 小时前
树莓派5-ubuntu 24.04 安装 ros环境
linux·运维·ubuntu
AhPhong11 小时前
Linux免驱使用PCAN,使用方法以Ubuntu为例
linux·ubuntu·pcan
Eric.Lee202114 小时前
ubuntu 系统 多条命令通过 bash 脚本执行
linux·ubuntu·bash
南棱笑笑生16 小时前
20250614让NanoPi NEO core开发板在Ubuntu core16.04系统下使用耳机播音测试
linux·运维·ubuntu
wb1891 天前
流编辑器sed
运维·笔记·ubuntu·云计算