Ubuntu安装搜狗输入法

1. 安装fcitx

在终端输入命令: sudo apt-get install fcitx

2.把系统输入法调为fcitx

image


3.下载搜狗输入法

https://pinyin.sogou.com/linux/


4.通过命令行安装搜狗输入法

(必须先cd进去你下载的位置默认是Downloads)sudo dpkg -i sogoupinyin_你下载的版本号_amd64.deb

安装完成后注销一下,就可以使用了


5.过程中出现的一些问题

-------------安装过程中提示缺少相关依赖,执行下面命令即可-------------
sudo apt -f install

-------------无法访问回归文档-------------
sudo apt-get update
posted @ 2021-08-10 16:55  ardasf  阅读(112)  评论(0)    收藏  举报