https://www.cnblogs.com/jinjiyese153/p/6799426.html
1.添加軟件源
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
2.安裝fcitx和google拼音
sudo apt-get install fcitx fcitx-config-gtk fcitx-googlepinyin
3.設置fcitx為默認輸入法
im-config
在命令行輸入之后會出現圖形設置,按照提示一步步選擇fcitx,再注銷或重啟就會有fcitx出現了。
值得注意的是,第一步時可能遇到add-apt-repository:command not find,這是因為缺少依賴包的原因,執行以下操作就可以了:
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
以上的操作都需要聯網下載東西,所以安裝前先檢查網絡設置。
---------------------
