Install the Chinese Input Method in ubuntu -- fcitx
I have never used ubuntu in my own computer ssd, but I need to enter Chinese characters when I turn on my computer today and try to configure the environment.
Then I installed the Chinese input method. I installed the fcitx little penguin input method. The installation process is described below .....
1. Open terminal Input
Sudo add-apt-repository ppa: wengxt/fcitx-nightly
2. Press ENTER to confirm Installation
3. Enter
Sudo apt-get update
4. sudo apt-get install fcitx-config-gtk fcitx-sunpinyin
5: Enter Y for all Y/N options during installation, and press enter to continue.
6: run the following command to install other code tables. Y continue
Sudo apt-get install fcitx-table-all
7: if multiple input methods exist in the system after installation, enter the following command and set fcitx as the default input method. Generally, no input is required. (This step has been found online, but I have not done it)
Im-switch-s fcitx-z default
8: To prevent Garbled text and install the uming font, continue to enter the following command.
Sudo apt-get install ttf-arphic-uming
9: fcitx installation is complete. Restart the ubuntu system.
When you open the computer, press CTRL + space to enter your input method.