Ubuntu 18安装图形化桌面 更新日期: 2022-12-2 查看次数: 51 站点标签:cod 立即前往 详细介绍 安装图形化桌面 apt-get update apt-get install ubuntu-desktop systemctl set-default graphical.target reboot 取消图形化桌面 systemctl set-default multi-user.target reboot