搜狗官网上说14.04直接安装deb包就行,无需配置。
但是经实践发现仍然需要配置一下==
命令:
ibm@IBM:~$ sudo dpkg --get-selections | grep fcitx ibm@IBM:~$ sudo add-apt-repository ppa:fcitx-team/nightly ibm@IBM:~$ sudo apt-get update ibm@IBM:~$ sudo apt-get install fcitx ibm@IBM:~$ sudo apt-get install debhelper ibm@IBM:~$ sudo apt-get install cmake ibm@IBM:~$ sudo apt-get install intltool ibm@IBM:~$ sudo apt-get install pkg-config ibm@IBM:~$ sudo apt-get install fcitx-libs-dev ibm@IBM:~$ sudo apt-get remove ibus
重启之后再安装deb包就好了。
另外一开始安装ubuntu的时候最好选中文版,这样可以避免一下麻烦==
补充:
1.如果ubuntu的firefox出现了蛋疼的楷体==,卸载这两个字体就好了:
sudo apt-get remove fonts-arphic-ukai
sudo apt-get remove fonts-arphic-uming
2. 删除ibus后可能造成System Settings里面的选项消失。这时只要重新安一遍就好了
sudo apt-get install ubuntu-desktop
Reference:
http://tieba.baidu.com/p/2860116269
http://hi.baidu.com/kevin276/item/d917a4f0ce246f12fe3582c1
http://blog.sina.com.cn/s/blog_6c9d65a10101i0i7.html