一.添加fcitx鍵盤輸入法系統【系統默認是iBus】
1.將下載源添加至系統源:
sudo add-apt-repository ppa:fcitx-team/nightly
2.更新系統列表獲得最新軟件版本信息
sudo apt-get update
3.安裝fcitx
sudo apt-get install fcitx
4.安裝fcitx的配置工具
sudo apt-get install fcitx-config-gtk
5.安裝fcitx的table-all軟件包
sudo apt-get install fcitx-table-all
6.安裝輸入法切換工具
sudo apt-get install im-switch
二.安裝搜狗輸入法
1.下載linux版搜狗輸入法。下載地址:http://pinyin.sogou.com/linux/。
2.用dpkg命令來安裝搜狗輸入法資源包
sudo dpkg -i +下載的包【以deb結尾】
3.設置語言選項:將鍵盤輸入法系統由默認的iBus設置為fcitx
轉載來自:http://www.linuxdiyf.com/linux/22075.html。