首先你需要确定源文件中 /etc/apt/sources.list 已经使用Universe和Multiverse库。然后使用下面的命令来进行更新源列表和安装 图形桌面。
sudo
apt-get
update
sudo apt-get
upgrade
sudo apt-get
install ubuntu
-desktop
如果只装必要的桌面管理软件而不想安装 一些诸如 Evolution 和 OpenOffice 的不需要的应用软件,可使用下面的命令:
sudo apt-get
install --no-install-recommends ubuntu
-desktop
实际安装时,执行了下面命令
sudo apt-get install gnome-shell
sudo apt-get install gnome-tweak-tool
sudo apt-get install gnome-core
本文介绍如何在Ubuntu系统上安装图形桌面环境。首先确保/etc/apt/sources.list文件已启用Universe和Multiverse库,接着通过一系列命令进行源更新及桌面环境安装。提供了两种安装方式:一种安装完整的桌面环境,另一种仅安装基本的桌面管理软件。

被折叠的 条评论
为什么被折叠?



