我正在尝试从我的Ubuntu12.10中卸载移情。因此,我发出了以下命令
sudo apt-get purge empathy
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
account-plugin-identica account-plugin-twitter gir1.2-messagingmenu-1.0
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
account-plugin-aim* account-plugin-jabber* account-plugin-salut* account-plugin-yahoo* empathy* **gnome* gnome-core*** mcp-account-manager-uoa* nautilus-sendto-empathy*
0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded.
After this operation, 8,664 kB disk space will be freed.
Do you want to continue [Y/n]? 它试图在默认情况下删除gnome和gnome核心。它真的会卸载gnome吗?如何在不影响gnome的情况下卸载移情?
编辑:正如vasa1在评论中所建议的,我尝试使用
数多-标记手册侏儒-核心
这也没什么用。
发布于 2016-08-18 11:29:42
如果gnome和gnome-core依赖于empathy (或者其他依赖于它的包),即使您设法卸载empathy而不删除依赖它的包,那么依赖它的任何东西都不能工作,并且(在本例中)您将得到一个系统,它最多只能引导到命令行。它甚至可能无法通过任何长度链完成对文本登录提示符的引导,这取决于依赖于empathy的其他内容。
发布于 2013-04-06 12:07:10
打开突触包管理器,并在搜索框中键入移情,然后删除单个包。
Vasa1给了我们CLI方式,我也给了GUI方式。
https://askubuntu.com/questions/278500
复制相似问题