搜狗输入法(sogou)
1.1、搜狗输入法简介

搜狗输入法官网:http://pinyin.sogou.com

1.2、在Ubuntu中安装搜狗输入法 

step1、使用curl命令下载搜狗输入法安装包 (

curl -LO http://cdn2.ime.sogou.com/dl/index/1491565850/sogoupinyin_2.1.0.0086_amd64.deb?st=XNpYPKSQfgK0_W6-EODmMw&e=1493693501&fn=sogoupinyin_2.1.0.0086_amd64.deb

step2、使用gdebi进行安装

sudo gdebi sogoupinyin_2.1.0.0086_amd64.deb
1.3、在ArchLinux和Manjaro中安装搜狗输入法

step1、安装ArchLinuxCN仓库

step2、更新仓库的索引并更新系统

sudo pacman -Syyu --noconfirm

step3、安装fcitx和搜狗拼音面板

sudo pacman -S fcitx-im fcitx-configtool fcitx-sogoupinyin

step4、配置~/.xprofile,加入如下内容

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

step5、重启系统,使之生效

1.4、在macOS中安装搜狗输入法

通过HomeBrew进行安装:

brew install sogouinput
1.5、在Windows中安装搜狗输入法

下载安装包,双击安装。