Last active
March 6, 2018 04:57
-
-
Save liziwl/c6859382719c2caed4252bd7a1187e39 to your computer and use it in GitHub Desktop.
安装sogou输入法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 首先更换为国内更新源,再到搜狗输入法官网下载搜狗输入法,下载deb文件。 | |
https://pinyin.sogou.com/linux/?r=pinyin | |
# 安装deb文件 | |
sudo dpkg -i <file your downloaded> | |
# 安装依赖 | |
sudo apt-get install -f | |
# 将输入法系统改为fcitx | |
系统设置->语言支持(System->Language Support),将键盘输入法系统由默认的iBus设置为fcitx。 | |
# 注销,重新登陆 | |
将键盘输入法系统改为fcitx后,一定要注销,而且操作顺序不能改。 | |
进入fcitx configuration,点击左下角的加号,然后注意先要去掉”只显示当前语言的输入法”前面那个勾, | |
然后再搜索”sogo”,这个时候就看到sogou pinyin了,接着添加就可以了,然后就可以切换输入法了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment