ubuntu20.04使用搜狗输入法
时间: 2023-10-17 15:31:48 浏览: 175
你可以按照以下步骤在Ubuntu 20.04上使用搜狗输入法:
1. 打开终端(Ctrl + Alt + T)。
2. 使用以下命令添加搜狗输入法的PPA:
```
sudo add-apt-repository ppa:fcitx-team/nightly
```
3. 更新软件包列表:
```
sudo apt update
```
4. 安装fcitx和搜狗拼音:
```
sudo apt install fcitx fcitx-bin fcitx-config-gtk fcitx-module-cloudpinyin fcitx-sogoupinyin
```
5. 重新启动系统。
6. 打开“设置”应用程序,选择“区域与语言”。
7. 在“输入源”选项卡中,点击“+”按钮添加输入源,并选择“其他”。
8. 在弹出的窗口中,选择“Chinese (Intelligent Pinyin)”作为输入源,并关闭窗口。
9. 在“键盘快捷方式”选项卡中,选择“切换到下一个源”快捷键。
10. 重新启动系统。
现在,你可以使用搜狗输入法来输入中文字符。你可以通过按下快捷键(默认是Ctrl + Space)来切换输入法。
相关问题
Ubuntu20.04安装搜狗输入法
以下是在Ubuntu 20.04上安装搜狗输入法的步骤:
1. 打开终端,输入以下命令来添加搜狗输入法的 PPA 源:
```
sudo add-apt-repository ppa:fcitx-team/nightly
```
2. 更新软件包列表:
```
sudo apt update
```
3. 安装 fcitx 和搜狗输入法:
```
sudo apt install fcitx fcitx-config-gtk fcitx-module-cloudpinyin fcitx-sogoupinyin
```
4. 重启系统或注销并重新登录。
5. 打开 fcitx 配置工具:
```
fcitx-config-gtk
```
6. 在“输入法”选项卡中,单击“+”按钮添加新的输入法。
7. 选择“Sogou Pinyin”作为输入法,然后单击“添加”。
8. 你现在可以在系统中使用搜狗输入法了。可以通过在系统托盘中单击 fcitx 的图标来切换输入法。
希望这些步骤能够帮助你在Ubuntu 20.04上安装搜狗输入法。
ubuntu20.04配置搜狗输入法
好的,以下是配置搜狗输入法的步骤:
1. 下载搜狗输入法的安装包,可以在官网下载:https://pinyin.sogou.com/linux/
2. 打开终端,进入到下载目录,执行以下命令安装依赖库:
```
sudo apt-get install fcitx-bin
sudo apt-get install fcitx-config-gtk
sudo apt-get install fcitx-table-all
```
3. 安装搜狗输入法:
```
sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.deb
```
4. 安装完成后,打开“语言支持”设置,将“键盘输入法系统”设置为fcitx。
5. 重启电脑,打开fcitx配置工具,添加搜狗输入法即可。
阅读全文