834

Ubuntu22.04安装桌面系统

以下代码在root下执行,或使用sudo执行

apt update
apt install ubuntu-desktop

启动桌面系统

# 设置为开机启动
systemctl enable gdm3

# 启动桌面
systemctl start gdm3

# 查找桌面服务状态
systemctl status gdm3

备注:远程桌面 gnome-remote-desktop.service

文章作者:DOTATONG
发布日期:2024-04-16
# ubuntu

评论

暂无

添加新评论