首页 > 其他 > 详细

Ubuntu 下更新或下载输入法(搜狗)

时间:2014-01-20 19:50:50      阅读:399      评论:0      收藏:0      [点我收藏+]

ubuntu12.04的fcitx版本不支持,不满足依赖,需要更新fcitx 添加fcitx源
添加fcitx源命令 :

1
2
<span style="color: rgb(255, 0, 0);">sudo  add-apt-repository ppa:fcitx-team/nightly
</span>

或者

1
2
<span style="color: rgb(255, 0, 0);">sudo add-apt-repository ppa:fcitx-team/stable
</span>

添加完后 就可以更新输入法

1
2
<span style="color: rgb(255, 0, 0);">sudo apt-get update
</span>

更新完毕就可以开始安装了

1
2
<span style="color: rgb(255, 0, 0);">sudo dpkg -i fcitx-sogoupinyin_0.0.0-2_i386.deb
</span>

安装配置工具(可选)

1
2
<span style="color: rgb(255, 0, 0);">sudo apt-get install fcitx-config-gtk
</span>

打开语言支持和输入法切换,将输入法设置成fcitx,注销
在终端输入

1
2
<span style="color: rgb(255, 0, 0);">fcitx-config-gtk3
</span>

输入法就安装好了

Ubuntu 下更新或下载输入法(搜狗)

原文:http://www.cnblogs.com/dragonbattlesun/p/3527010.html

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