CentOS安裝搜狗輸入法
阿新 • • 發佈:2018-12-01
CentOS安裝搜狗輸入法
1.切換使用者
如果本機已安裝ibus,需要先解除安裝,需要root使用者操作:(切換使用者命令是 su - root或者su - 使用者名稱.注意-符號兩邊都有一個空格)
[[email protected]]# su root
2.解除安裝ibus
1. 檢視ibus:
[[email protected]]# yum list installed | grep -i ibus
2. 解除安裝ibus:
[[email protected]]# yum remove ibus
3.安裝fcitx
1.新增fcitx軟體源
可以先不新增,如果沒有fcitx軟體源在新增
[[email protected]]# wget http://download.opensuse.org/repositories/home:/cathay4t:/misc-rhel6/CentOS_CentOS-6/home:cathay4t:misc-rhel6.repo -O /etc/yum.repos.d/fcitx.repo
2.安裝fcitx
[[email protected]]# yum install fcitx fcitx-pinyin fcitx-configtool
4.安裝搜狗輸入法
1.下載搜狗輸入法.deb安裝檔案
https://pinyin.sogou.com/linux/?r=pinyin
2.安裝alien依賴軟體
[[email protected]]# yum install epel
[[email protected]]# yum install alien -y
[[email protected]]# yum install qtwebkit -y
3.將搜狗輸入法.deb包轉換為rpm包
[[email protected]]# alien -r sogoupinyin-2.2.0.0108-2.x86_64.deb
4.安裝搜狗輸入法
[[email protected]]# rpm -ivh sogoupinyin-2.2.0.0108-2.x86_64.rpm
或者:
[[email protected]]# sudo rpm -ivh --force sogoupinyin-2.2.0.0108-2.x86_64.rpm
或者:
[[email protected]]# yum install sogoupinyin-2.2.0.0108-2.x86_64.rpm
5.配置輸入法
1.關閉gnome-shell 對鍵盤的監聽
[[email protected]]# gsettings set org.gnome.settings-daemon.plugins.keyboard active false
2.切換輸入法為fcitx
[[email protected]]# imsettings-switch fcitx