ubuntu13.04安装搜狗输入法(转)

ubuntu默认输入法为ibus,但更多人喜欢用fcitx,尤其是现在fcitx搭载了搜狗词库和皮肤,使用起来更加方便。

1.安装fcitx之前先卸载ibus
sudo apt-get purge ibus ibus-gtk ibus-gtk3
sudo apt-get purge ibus-pinyin ibus-table python-ibus
killall ibus-daemon
rm -rf ~/.config/ibus
apt-get purge表示非常干净的卸载软件包,包括配置文件。
2.使用以下命令安装搜狗输入法
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx-sogoupinyin