请问fcitx组件互相冲突的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
lihaha28
帖子: 24
注册时间: 2014-06-19 11:48
系统: ubuntu

请问fcitx组件互相冲突的问题

#1

帖子 lihaha28 » 2016-11-10 0:53

我装了mint mate,在系统设置的输入法选项里,添加fcitx支持,会提示”请解决损坏的包“之类,可以看到缺失很多组件,例如fcitx-gtk2之类,然后问题来了,其中有个fcitx-keyboard和其他所有组件冲突,要安装fcitx-keyboard会自动卸载其他十几个组件,不装的话倒是输入法能用(我装了搜狗),请问这是什么问题

代码: 全选

lxd@lxd-Aspire-4741 ~ $ sudo aptitude install fcitx-keyboard
[sudo] password for lxd: 
The following NEW packages will be installed:
  fcitx-keyboard 
The following packages will be REMOVED:
  libopencc1{u} 
0 packages upgraded, 1 newly installed, 1 to remove and 40 not upgraded.
Need to get 0 B/52.4 kB of archives. After unpacking 8,860 kB will be freed.
The following packages have unmet dependencies:
 fcitx-modules : 破坏: fcitx-keyboard but 0.1.0-1 is to be installed.
The following actions will resolve these dependencies:

      Remove the following packages:
1)      fcitx                       
2)      fcitx-frontend-fbterm       
3)      fcitx-frontend-gtk2         
4)      fcitx-frontend-gtk3         
5)      fcitx-frontend-qt4          
6)      fcitx-frontend-qt5          
7)      fcitx-module-dbus           
8)      fcitx-module-kimpanel       
9)      fcitx-module-lua            
10)     fcitx-module-x11            
11)     fcitx-modules               
12)     fcitx-ui-classic            
13)     fcitx-ui-kimpanel           
14)     fcitx-ui-qimpanel           



Accept this solution? [Y/n/q/?] 
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 请问fcitx组件互相冲突的问题

#2

帖子 poloshiao » 2016-11-10 7:41

sudo aptitude install fcitx-keyboard
http://manpages.ubuntu.com/manpages/xen ... apt.8.html
建議 先試試
sudo apt update
sudo apt upgrade
sudo apt full-upgrade # 謹慎使用
順利完成後 再

sudo apt install fcitx-keyboard

過程中 有錯誤訊息 請全部複製貼上來 不要摘要

補充
除非是有經驗的老手
新手避免混用 aptitude
不装的话倒是输入法能用(我装了搜狗)
如果能用
建議 暫時不安裝 fcitx-keyboard
等你對輸入法鍵盤配置更了解後再說
回复