安裝搜狗拼音輸入法網上很多方法,總結了一下,下面的方法絕對可以,
第一步:
Ubuntu 默認是安裝了ibus.所以刪除它
sudo apt-get remove ibus
對於已經安裝老版本的fcitx,刪掉再裝.
sudo apt-get remove fcitx*
刪除依賴庫
sudo apt-get autoremove
檢測是否刪除fcitx
dpkg --get-selections | grep fcitx
第二布:
添加fcitx的ppa:
sudo add-apt-repository ppa:fcitx-team/nightly
然後刷新軟件源:
sudo apt-get update
第三步:
然後直接安裝搜狗輸入法
sudo apt-get install fcitx-sogoupinyin
第四步:
然後依次安裝下列包(下17個應該是必須的)sudo apt-get install ****
本文URL地址:http://www.bianceng.cn/OS/Linux/201410/45422.htm
fcitx
fcitx-bin
fcitx-config-common
fcitx-config-gtk
fcitx-data
fcitx-frontend-gtk2
fcitx-frontend-gtk3
fcitx-frontend-qt4
fcitx-googlepinyin
fcitx-libs
fcitx-module-dbus
fcitx-module-x11
fcitx-modules
fcitx-pinyin
fcitx-table
fcitx-table-wubi
fcitx-ui-classic
第五步:
然後設置為fcitx為默認輸入法
im-switch -s fcitx -z default
sudo im-switch -s fcitx -z default
第六步:
注銷或重啟就生效
在右上角的輸入法設置中
"輸入法" ==> 搜狗拼音
或輸入法的“配置”中設置
這個輸入法的翻頁不是安pagedown或pageup,而是加號鍵跟減號鍵(其實不加shift)
本文出自 “lilin9105” 博客,請務必保留此出處http://7071976.blog.51cto.com/7061976/1243471