我有 Ubuntu 桌面 14.04 LTS。所以我试图解决 IntelliJ 抱怨 IBus 没有更新到 1.5.11 的问题。因此,我按照此处的说明进行操作,现在如果不删除统一性,我将无法安装任何软件包。apt-get
告诉我跑步sudo apt-get install -f
,但它给了我这个:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libopencc1 libpyzy-1.0-0 python-ibus python-support
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
gnome-control-center gnome-control-center-data gnome-settings-daemon
libgoa-backend-1.0-1
The following packages will be REMOVED:
gir1.2-ibus-1.0 ibus ibus-pinyin ibus-table ubuntu-desktop
unity-control-center unity-control-center-signon
webaccounts-extension-common xul-ext-webaccounts
The following NEW packages will be installed:
gnome-control-center gnome-control-center-data gnome-settings-daemon
libgoa-backend-1.0-1
0 upgraded, 4 newly installed, 9 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 2,351 kB of archives.
After this operation, 2,876 kB of additional disk space will be used.
Do you want to continue? [Y/n]
看起来 apt-get 想让我卸载 unity 并安装 gnome,我不想这样做。我该如何解决这个问题?我有时会输入其他语言,因此无法选择禁用 IBus。我愿意安装类似的东西,scim
但如果不执行此删除过程,我将无法安装任何东西。
如果我完成了这个,我可以在不破坏我的安装的情况下重新安装 unity/ubuntu 桌面吗?
ibus
取决于ubuntu-desktop
和unity-control-center
。您的安装尝试可能会破坏它,导致 Ubuntu 需要删除ubuntu-desktop
和unity-control-center
. 如果您尝试删除sudo apt-get remove ibus
,它还会告诉您:如果您检查 的依赖项列表
ibus
,您将看到它们现在您别无选择,只能删除它们并通过启动重新安装命令返回
unity
:我确保它会恢复正常。