ubuntu 搜狗安装搜狗输入法(fcitx)亲测有用

简介:

安装搜狗拼音输入法网上很多方法,总结了一下,下面的方法绝对可以,

第一步:

Ubuntu 默认是安装了ibus.所以删除它

sudo apt-get remove ibus

对于已经安装老版本的fcitx,删掉再装.

sudo apt-get remove fcitx*

删除依赖库

sudo apt-get autoremove

检测是否删除fcitx

dpkg --get-selections | grep fcitx

第二布:

添加fcitxppa

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

然后刷新软件源:

sudo apt-get update

第三步:

然后直接安装搜狗输入法

sudo apt-get install fcitx-sogoupinyin 
第四步:

然后依次安装下列包(下17个应该是必须的)sudo apt-get install ****

fcitx
fcitx-bin
fcitx-config-common
fcitx-config-gtk
fcitx-data
fcitx-frontend-gtk2
fcitx-frontend-gtk3
fcitx-frontend-qt4
fcitx-googlepinyin
fcitx-libs
fcitx-module-dbus
fcitx-module-x11
fcitx-modules
fcitx-pinyin
fcitx-table
fcitx-table-wubi
fcitx-ui-classic

第五步:

然后设置为fcitx为默认输入法

im-switch -s fcitx -z default
sudo im-switch -s fcitx -z default

第六步:

注销或重启就生效

在右上角的输入法设置中

"输入法" ==> 搜狗拼音

或输入法的“配置”中设置

这个输入法的翻页不是安pagedown或pageup,而是加号键跟减号键(其实不加shift)



本文转自lilin9105 51CTO博客,原文链接:http://blog.51cto.com/7071976/1243471,如需转载请自行联系原作者

相关文章
|
22天前
|
Ubuntu NoSQL 关系型数据库
Ubuntu系统下安装常用软件
Ubuntu系统下安装常用软件
45 0
Ubuntu系统下安装常用软件
|
1月前
|
Ubuntu Linux C语言
Ubuntu下安装vscode,并解决终端打不开vscode的问题
Ubuntu下安装vscode,并解决终端打不开vscode的问题
135 0
|
2月前
|
存储 Ubuntu 网络协议
|
1月前
|
Ubuntu Docker 容器
如何在Ubuntu上安装Docker?
【2月更文挑战第10天】
243 0
|
2月前
|
负载均衡 Ubuntu 应用服务中间件
|
24天前
|
Ubuntu 关系型数据库 MySQL
Ubuntu 中apt 安装MySQL数据库
Ubuntu 中apt 安装MySQL数据库
66 0
|
3天前
|
Ubuntu 数据安全/隐私保护
在UBUNTU虚拟机上安装R软件包
在UBUNTU虚拟机上安装R软件包
|
3天前
|
存储 编解码 Ubuntu
0-零基础安装ubuntu(超详细安装步骤)
0-零基础安装ubuntu(超详细安装步骤)
|
4天前
|
Ubuntu Linux 定位技术
手把手教你优雅的安装虚拟机 Ubuntu —— 图文并茂
手把手教你优雅的安装虚拟机 Ubuntu —— 图文并茂
|
14天前
|
Ubuntu Python
WSL ubuntu 20.04安装python3
通过以上步骤,你可以在WSL的Ubuntu 20.04上成功安装Python 3。 买CN2云服务器,免备案服务器,高防服务器,就选蓝易云。百度搜索:蓝易云
15 1