我想从 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^
Run Code Online (Sandbox Code Playgroud)
有什么我错过的可以卸载的吗?像由 Ubuntu 安装但在 Ubuntu Gnome 中不存在的软件包?