搜狗拼音輸入法LINUX版官方下載:
http://pinyin.sogou.com/linux/?r=pinyin
一、添加fcitx的nightlyPPA
在終端中輸入:
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
二、安裝fcitx,搜狗輸入法附加組件
打開軟件中心,搜索fcitx,然后安裝Fcitx中文輸入法,如下圖(已經安裝好了,默認會自動安裝其他所需要的軟件包)。然后再次搜索fcitx-sogoupinyin,然后安裝該搜狗輸入法附加組件。
接着打開 設置》語言支持,將fcitx設置為默認鍵盤輸入法
安裝完畢后需要注銷,然后重新登陸即可生效。
你也可以安裝其他輸入法附加組件,如fcitx-googlepinyin,fcitx-module-cloudpinyin,fcitx-sunpinyin。
三、如果安裝后出現無法啟動輸入法,則按照如下方法重新操作
首先打開終端,執行如下命令卸載fcitx和ibus
sudo apt-get remove fcitx
sudo apt-get remove ibus
sudo apt-get autoremove
然后打開軟件中心,搜索fcitx和ibus,將其中有關的軟件包刪除干凈,然后打開Ubuntu Tweak(需要另外安裝)使用清道夫將不需要的軟件包,軟件配置文件等清理干凈,再重新安裝fcitx和fcitx-sogoupinyin,注銷后重新登陸即可。