Centos7#Fcitx install Sogou input method

Centos7 install Sogou input method

It is recommended to open a clean virtual machine to practice hands, and then operate on the real machine if you are familiar with it. There are many errors and various errors. This is a simplified version. If you want to install, see the detailed process, in the top article

1Uninstall the ibus software separately, without uninstalling dependent packages!
rpm -e --nodeps ibus

2. Install epel library source
yum -y install epel-release

3 安装 安装 fcitx
yum -y install fcitx fcitx-pinyin fcitx-configtool

4. The next step is to configure the Fcitx environment: add the following content
to ~/.bashrc vim ~/.bashrc
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
restart or
source ~/.bashrc

5. Install Sogou input method installation dependent software
yum -y install qtwebkit

6. Sogou input method rpm package installation
rpm -ivh --force sogoupinyin-2.2.0.0108-2.x86_64.rpm

7. Sogou Pinyin library, create a soft link:
ln -s /usr/lib/x86_64-linux-gnu/fcitx/fcitx-sogoupinyin.so /usr/lib64/fcitx/fcitx-sogoupinyin.so
ln -s /usr/ lib/x86_64-linux-gnu/fcitx/fcitx-punc-ng.so /usr/lib64/fcitx/fcitx-punc-ng.so

8. Restart the little penguin input method and add Sogou input method.
Enter fcitx-configtool to start, uncheck when adding keyboard, enter sogou (pinyin) filter, see Sogou
inyin input method, click add it, then press SHIFT key to switch input Method, just test the Chinese output.

2020-9-18 New virtual machine test results
New machine test installation results

Guess you like

Origin blog.csdn.net/kakaops_qing/article/details/108685534