50 字
1 分钟
在 Ubuntu server 安装桌面环境
安装桌面环境
GNOME(Ubuntu 默认桌面):
sudo apt install ubuntu-desktopKDE Plasma:
sudo apt install kubuntu-desktopXFCE(轻量级桌面环境):
sudo apt install xubuntu-desktopLXDE(另一种轻量级桌面环境):
sudo apt install lubuntu-desktop重启系统
sudo reboot 在 Ubuntu server 安装桌面环境
https://blog.lpkt.cn/posts/ubuntu-server-install-desktopenv/