安装
添加fcitx的PPA
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install im-config
sudo apt-get -f install
官网搜狗拼音:
https://pinyin.sogou.com/linux/?r=pinyin
下载:
wget http://cdn2.ime.sogou.com/dl/index/1524572264/sogoupinyin_2.2.0.0108_amd64.deb?st=lBN2N_L4nUMNPw0PSR-Ydg&e=1539400461&fn=sogoupinyin_2.2.0.0108_amd64.deb
安装sogoupinyin*.deb
sudo dpkg -i sogoupinyin_2.0.0.0068_amd64.deb
sudo im-config -s fcitx -z default
sudo reboot
重启完成后,在终端中输入:fcitx-config-gtk3,出现如下的对话框。点击左下角的(+)按钮,弹出的对话框,点击取消Only Show Current Language。在输入框中输入Sogou,选中点击OK即可。
卸载
查看:
sudo dpkg -l so*
卸载sogou pinyin
sudo apt-get purge sogoupinyin
卸载fcitx
sudo apt-get purge fcitx
sudo apt-get autoremove
sudo reboot
重启命令可用注销代替,无法注销时可执行下面命令:
sudo pkill Xorg