如何删除 Unity?

如何删除 Unity?

在以前的 Netbook Remix 版本中,我可以禁用上网本启动器,只保留空白桌面。我喜欢 Netbook 版本的速度,但不喜欢界面,这个对我来说很好。

我怎样才能删除 Unity?

拥有所有 Ubuntu 版本的删除说明也很有用。

答案1

对于 12.04

删除以下软件包:

sudo apt-get remove unity unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-5.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator7 indicator-application indicator-datetime indicator-messages libnux-2.0-0 nux-tools libunity-misc4 unity-2d-common

syslinux-legacy将被安装,但可以安全地忽略它。

注意:使用上述方法删除 Unity 后,如果 LightDM 未被删除,则在重新启动 Ubuntu 时,您仍会看到 LightDM 桌面管理器。但是删除 Unity 后,LightDM 将没有任何桌面需要管理,因此尝试从 LightDM 登录将导致错误消息。从 LightDM,您可以使用“CTRL+ALT+F1”退出到终端,如果需要,您可以从终端安装新的桌面环境。例如,sudo apt-get install gnome-core可用于从终端安装 Gnome 桌面环境,或sudo apt-get install lxde可用于从终端安装 LXDE 等。在桌面安装过程中,您可以选择“lightdm”和“gdm”桌面管理器。选择“lightdm”适用于 Gnome 桌面环境和 LXDE。

对于 11.10

删除以下软件包:

sudo apt-get remove unity unity-2d-places unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-4.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator6 indicator-application evolution-indicator indicator-datetime indicator-messages libnux-1.0-0 nuxtools

这将删除 Transmission 和 Tomboy,没问题,只需在使用后重新安装它们即可。

sudo apt-get install tomboy transmission

或者你也可以寻求团结在软件中心并将其删除。

对于 11.04

不使用 Unity 的最简单方法就是使用经典桌面:

要真正删除 Unity,您需要删除以下软件包,这只会在登录屏幕上留下“经典”选项:

  • unity,,,,libnuxunity-place-applicationsunity-place-files

或者你也可以寻求团结在软件中心并将其删除。

如果您遇到性能问题或您的视频卡被列入黑名单,但您仍想尝试,您可以随时查看 2D 界面:

对于 10.10:

除了删除 unity 包之外,还要在 Ubuntu 软件中心搜索 ubuntu-netbook,然后删除包ubuntu-netbookubuntu-netbook-default-settings

这会将您的安装恢复为具有 2 个面板和 GNOME 的传统桌面。

如同:如何从 GDM 会话菜单中删除“Ubuntu Netbook Edition”选项?

答案2

在此处输入图片描述

答案3

您应该能够进入登录屏幕管理器并选择默认以“Ubuntu 桌面版”而不是“Ubuntu 上网本版”启动。

它可以在系统菜单下找到,但是由于我使用的是荷兰语翻译的 Ubuntu,所以我不知道它在英语或其他语言中的确切名称。希望这对您有所帮助 :-)

您还可以更改每个会话启动的桌面环境。只需在登录屏幕上单击您的用户名,然后在屏幕的下半部分应该有一个会话选择器,默认为“Ubuntu Netbook Edition”。将其更改为桌面,您就可以开始了。

请注意,这一切不会“删除” Netbook 版本,而只是禁用它。正确的步骤可能是删除已安装的软件包。您可以删除 ubuntu-netbook 软件包来执行此操作。

答案4

14.04

在终端(Ctrl+Alt+T)运行:

sudo apt-get remove --purge unity

sudo apt-get remove --purge gnome-shell

sudo apt-get remove --purge lightdm

sudo apt-get autoremove

重启。

考虑答案是菩提禅

相关内容