admin管理员组

文章数量:1130349

话不多说直接看步骤

* 系统版本: ubuntu 18.04.1 // 查看命令为: # cat /etc/issue

1. 先查看当前系统是否存在 fcitx 框架;

# dpkg -l | grep fcitx

没有的话 直接安装

# sudo apt-get install fcitx

2. 设置 fcilx 框架

# im-config

按提示进行【两次 next】选择 fcitx

3. 下载搜狗deb

32位:

# wget "http://pinyin.sogou/linux/download.php?f=linux&bit=32" -o "sougou_32.deb"

64位

# wget "http://pinyin.sogou/linux/download.php?f=linux&bit=64" -o "sougou_64.deb"

4. 安装

# sudo dpkg -i sougou_64.deb // ‘sougou_64’安装包名可修改 保证一致即可

5. 因为切换了输入法框架要重启 ,直接

# shutdown -r now

6. 重启后找到桌面工具栏有个键盘标识

点击键盘标识 然后选择 configure 选项(如果没有可选择 configure current input method 然后点击左下角 '+');

在出现的界面取消勾选only show current language 选项 然后直接搜索 "so"( 因为我装好了所以并不会出现此选项), 然后点击ok添加

至此,安装完成 可直接使用快捷键 ctrl + 空格;

话不多说直接看步骤

* 系统版本: ubuntu 18.04.1 // 查看命令为: # cat /etc/issue

1. 先查看当前系统是否存在 fcitx 框架;

# dpkg -l | grep fcitx

没有的话 直接安装

# sudo apt-get install fcitx

2. 设置 fcilx 框架

# im-config

按提示进行【两次 next】选择 fcitx

3. 下载搜狗deb

32位:

# wget "http://pinyin.sogou/linux/download.php?f=linux&bit=32" -o "sougou_32.deb"

64位

# wget "http://pinyin.sogou/linux/download.php?f=linux&bit=64" -o "sougou_64.deb"

4. 安装

# sudo dpkg -i sougou_64.deb // ‘sougou_64’安装包名可修改 保证一致即可

5. 因为切换了输入法框架要重启 ,直接

# shutdown -r now

6. 重启后找到桌面工具栏有个键盘标识

点击键盘标识 然后选择 configure 选项(如果没有可选择 configure current input method 然后点击左下角 '+');

在出现的界面取消勾选only show current language 选项 然后直接搜索 "so"( 因为我装好了所以并不会出现此选项), 然后点击ok添加

至此,安装完成 可直接使用快捷键 ctrl + 空格;

本文标签: 搜狗输入法LinuxLiunx