Install Sogou Pinyin on ubuntu

1. Install Sogou Pinyin

Official tutorial

1.1. Install Chinese language support

Manage installed languages----Add or delete languages-----Select Chinese Simplified
Insert image description here

1.2. Install input method system

sudo apt update
sudo apt install fcitx
sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2
sudo apt install libgsettings-qt1

switch tofcitx
Insert image description here

1.3. Install input method

Download debfile: Sogou Pinyin

sudo dpkg -i sogou***.deb

1.4. Configure input method

reboot

Right-click the keyboard in the upper right corner
Insert image description here
, select Configuration, select +, add Sogou input method, and - to go to others.
ctrl + 空格Switch input method
ctrl + shiftbetween Chinese and English
Insert image description here

Guess you like

Origin blog.csdn.net/cwg213_code/article/details/131772833