我已经安装了 Xenial 16.04(仅命令行),并想尝试 Gnome 桌面。我相信 Gnome 3.18 是 16.04 版本附带的版本。
如何从我的终端安装并启动 Gnome 桌面环境?
答案1
您需要添加 gnome 存储库。
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
然后安装它:
sudo apt-get update && sudo apt install gnome gnome-shell
答案2
检查默认来源的可用性
除了从 ppa 安装之外,你也可以使用ubuntu-gnome-desktop
16.04 默认源中提供的元包 - 至少根据apt-cache policy
apt-cache policy ubuntu-gnome-desktop
ubuntu-gnome-desktop:
Installed: (none)
Candidate: 0.58.1
Version table:
0.58.1 500
500 http://de2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
0.58 500
500 http://de2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
检查 gnome-shell 版本
再次使用apt-cache policy
:
apt-cache policy gnome-shell
gnome-shell:
Installed: 3.18.5-0ubuntu0.1
Candidate: 3.18.5-0ubuntu0.1
Version table:
*** 3.18.5-0ubuntu0.1 500
500 http://de2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
100 /var/lib/dpkg/status
3.18.4-0ubuntu3 500
500 http://de2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
从默认源安装 Gnome
因此 - 要安装,只需运行....
sudo apt install ubuntu-gnome-desktop
或者
sudo apt-get install ubuntu-gnome-desktop
选择 Gnome 作为登录会话
忽略您是否使用 Lightdm 或 GDM 或其他任何作为登录管理器的事实 - 在所有情况下您都应该能够在登录屏幕中选择会话类型(这里是 Gnome)。