Ubuntu16.04LTS下安装sogou输入法 - xyfancy/tips GitHub Wiki
1.下载sogou输入法linux版
下载地址:https://pinyin.sogou.com/linux/
2.进行安装
cd进入下载目录dkpg -i sogoupinyin_2.2.0.0102_amd64.deb
3.安装依赖库
sudo apt-get -f install
4.切换输入法
先进入System Settings
,选择Lanuage Support
,将Keyboard input method system切换为fcitx
,最后终端输入fcitx-configtool
,在Input Mehod下点击+
添加sogou拼音(注意取消勾选Only Show Current Language)。
5.重启
sudo reboot