将 Ubuntu Unity 转换为 Gnome

将 Ubuntu Unity 转换为 Gnome

我想从 Ubuntu 16.10 切换到 Ubuntu Gnome,但还没有找到任何可行的指示。askubuntu 上的答案也过时了。

我选择了以下方式:

sudo apt-get install ubuntu-gnome-desktop^

sudo apt-get remove ubuntu-desktop
sudo apt-get remove unity
sudo apt-get remove lightdm
sudo apt-get purge ubuntu-settings
sudo apt-get purge --auto-remove 'unity*'
sudo apt-get purge --auto-remove 'libunity*'

# thanks @Sergiy Kolodyazhnyy:
sudo apt-get remove compiz jayatana

# reinstalls the parts of Unity required by Ubuntu Gnome
sudo apt-get install ubuntu-gnome-desktop^

我遗漏了什么可以卸载的东西吗?比如 Ubuntu 安装的但 Ubuntu Gnome 中不存在的软件包?

答案1

我一直在寻找同样的方法,但我考虑等 17.04 和 nuke & pave。在切换回来之前,我一直在另一台测试电脑上使用 Gnome 来恢复 Gnome 的基本功能。这些其他方法都很好,只是我担心会留下不必要的垃圾。只是我的想法。

答案2

有些应用程序依赖 Unity 才能运行。因此,即使您删除 Unity,也会重新安装 Unity 的某些部分,以便这些应用程序正常运行。例如,如果您想使用 Gnome flashback,那么它会使用 Unity 的某些部分,因此不会删除 Unity 的所有部分。您应该安装 GDM,它是 Gnome 的显示管理器。

sudo apt-get install gdm

在安装过程中,您将看到一个屏幕,在 lightdm 和 gdm 之间进行选择,作为您的默认 gdm,选择 gdm,然后您可以卸载 lightdm。

答案3

我在 ubuntu 16.10 上使用 gnome。唯一需要决定的地方是显示管理器。lightdm 或 gdm。使用 synaptic 查看与 unity 相关的所有软件包(如果要删除)。然后您还可以看到其他程序依赖项。

相关内容