Ubuntu下搜狗输入法安装

1.卸载原有输入法
sudo apt-get remove fcitx*(如不需保留配置文件用purge) 
sudo apt-get autoremove(自动卸载依赖软件) 
sudo dpkg –get-selections | grep fcitx(查询fcitx相关的软件包是否卸载)

2.安装
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx-sogoupinyin

或者去deepin服务器下载 http://packages.linuxdeepin.com/deepin/pool/main/f/,

然后可以通过软件管理器安装

皮肤下载 http://yun.baidu.com/share/link?shareid=150519373&uk=2013641319

设置为默认:
im-switch -s fcitx -z default

注销,重新登陆

你可能感兴趣的:(linux,ubuntu,输入法)