ubuntu安装sogou输入法
-
首先添加PPA源
sudo apt-add-repository ppa:fcitx-team/nightly
-
然后更新一下软件包的列表
sudo apt-get update
-
删除系统内的fcitx,务必要删除干净,否则,会出错的
sudo apt-get remove fcitx*
sudo apt-get remove libfcitx* -
查看是否已经卸载完毕
sudo dpkg --get-selections | grep fcitx
-
安装sogou输入法
sudo apt-get install fcitx-sogoupinyin
重启或者登出桌面再重新登陆便ok。