安裝搜狗拼音輸入法網上很多方法,總結了一下,下面的方法絕對可以,
第一步:
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 ****
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
第六步:
登出或重新開機就生效
在右上角的輸入法設定中