ubuntu系统中安装搜狗输入法

安装sougou for linux:

1.卸载原有的输入法,fcitx或ibus。如卸载fcitx:

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
 
然后下载皮肤安装:
http://pan.baidu.com/share/link?shareid=591450&uk=4060302862
在fcitx配置 -> 外观中选择sougou就行了。
3.注销重新登陆,安装刚才打包下载的所有搜狗相关deb包:cd到下载文件的文件夹下,然后
sudo dpkg -i *.deb(*为上一步文件名)

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