liunx----配置搜狗输入法
程序员文章站
2023-02-07 11:33:47
话不多说直接看步骤 * 系统版本: ubuntu 18.04.1 // 查看命令为: # cat /etc/issue 1. 先查看当前系统是否存在 fcitx 框架; # dpkg -l | grep fcitx 没有的话 直接安装 # sudo apt-get install fcitx 2. ......
话不多说直接看步骤
* 系统版本: 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.com/linux/download.php?f=linux&bit=32" -o "sougou_32.deb"
64位
# wget "http://pinyin.sogou.com/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 + 空格;