亲宝软件园·资讯

展开

Ubuntu 14.04中安装谷歌拼音的方法(代替搜狗拼音)

人气:0

搜狗拼音Linux版发布后,Fcitx PPA便移除了搜狗拼音,对于想继续使用Fcitx的用户而言,可以安装谷歌拼音来实现中文输入。

在Ubuntu 14.04中安装谷歌拼音

如果你使用的是Ubuntu Gnome,在安装谷歌拼音前还需要删除Ibus,打开终端输入下面的命令移除Ibus,



sudo apt-get remove ibus
sudo apt-get autoremove

接着添加Fcitx PPA,



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

由于该PPA暂未支持Ubuntu 14.04,所以需要修改PPA源表,



sudo gedit /etc/apt/sources.list.d/fcitx-team-nightly-trusty.list

打开后将原有的发行版代号trusty改为saucy,保存后更新并安装谷歌拼音,安装完成后使用Ctrl+空格即可切换到谷歌拼音。



sudo apt-get update
sudo apt-get install fcitx-googlepinyin

加载全部内容

相关教程
猜你喜欢
用户评论