ubuntu 14.04安装搜狗输入法

安装sougou for linux:
1.从官网http://pinyin.sogou.com/linux/?r=pinyin下载对应版本

2.由于版本原因需要卸载fcitx:

sudo apt-get remove fcitx*(如不需保留配置文件用purge,建议purge)
sudo apt-get autoremove(自动卸载依赖软件)
sudo dpkg -get-selections | grep fcitx(查询fcitx相关的软件包是否卸载确认卸载完全了)

3.更新增加软件源

sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update

4.安装fcitx
sudo apt-get install fcitx
sudo apt-get -f install

5.查看是否安装sudo dpkg -get-selections | grep fcitx

6.安装搜狗输入法 sudo dpkg -i *.deb

7.注销重新进入

上一篇:兼容主流浏览器的css渐变色


下一篇:[Spark][Python]sortByKey 例子