ubuntu12.04的fcitx版本不支持,不满足依赖,需要更新fcitx 添加fcitx源
添加fcitx源命令 :
1
2 |
<span style= "color: rgb(255, 0, 0);" >sudo add-apt-repository ppa:fcitx-team/nightly </span> |
或者
1
2 |
<span style= "color: rgb(255, 0, 0);" >sudo add-apt-repository ppa:fcitx-team/stable </span> |
添加完后 就可以更新输入法
1
2 |
<span style= "color: rgb(255, 0, 0);" >sudo apt- get
update </span> |
更新完毕就可以开始安装了
1
2 |
<span style= "color: rgb(255, 0, 0);" >sudo dpkg -i fcitx-sogoupinyin_0.0.0-2_i386.deb </span> |
安装配置工具(可选)
1
2 |
<span style= "color: rgb(255, 0, 0);" >sudo apt- get
install fcitx-config-gtk </span> |
打开语言支持和输入法切换,将输入法设置成fcitx,注销
在终端输入
1
2 |
<span style= "color: rgb(255, 0, 0);" >fcitx-config-gtk3 </span> |
输入法就安装好了
原文:http://www.cnblogs.com/dragonbattlesun/p/3527010.html