首页 > 系统服务 > 详细

ubuntu 14.04安装搜狗输入法

时间:2016-03-03 21:11:55      阅读:278      评论:0      收藏:0      [点我收藏+]

安装sougou for linux:
1.从官网http://pinyin.sogou.com/linux/?r=pinyin下载对应版本

2.由于版本原因需要卸载fcitx:

sudo apt-get remove fcitx*(如不需保留配置文件用purge,建议purge)
sudo apt-get autoremove(自动卸载依赖软件)
sudo dpkg -get-selections | grep fcitx(查询fcitx相关的软件包是否卸载确认卸载完全了)

3.更新增加软件源

sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update

4.安装fcitx
sudo apt-get install fcitx
sudo apt-get -f install


5.查看是否安装sudo dpkg -get-selections | grep fcitx

6.安装搜狗输入法 sudo dpkg -i *.deb

7.注销重新进入

ubuntu 14.04安装搜狗输入法

原文:http://www.cnblogs.com/liulanghai/p/5239816.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!