标签:http 使用 strong 文件 sp on c linux ad
在Ubuntu 12.04以及基于Ubuntu的发行版上安装fcitx小企鹅输入法,并安装Linux版本搜狗输入法。方法: 提供两种输入法,一种添加PPA安装,第二种直接添加源安装。
下面是第二种直接安装(个人觉得比较方便:)
实现过程:
先 卸载ibus输入法:
sudo apt-get remove ibus
sudo gedit /etc/apt/sources.list
在打开的sources.list中加入以下两行:
deb http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
deb-src http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
终端执行:
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin im-switch
sudo im-switch -s fcitx -z default
在最后需要修改locale文件,在/etc/default/locale下 然后再重启或者别的操作 但是如果上面安装输入法的过程有错误 可能是没有找到soupinyin 但是那几个输入法可以安装其中的一个或者两个即可 比如googlepinyin就可以使用
注销或者重启一下即可。
标签:http 使用 strong 文件 sp on c linux ad
原文地址:http://blog.csdn.net/yusiguyuan/article/details/39118037