Home>Article>Operation and Maintenance> How to solve the problem of unable to input Chinese in centos
First check whether it is installed and use the yum install ibus-libpinyin command to install it. If it is prompted that it already exists. No installation required.
Recommended tutorial:centos usage tutorial
Through Applications ->System Tools ->Setting ->Regin & Language, you can add input methods in the setting box , and it is the shift shortcut key to switch.
After the above operation, I found that the input method has been set, and I can see the presence of Chinese when switching with shift. But cannot type Chinese.
You can solve the problem in three steps.
Install im-chooser:
yum install im-chooser
Return to the current normal user, set the ibus input method as the default input system:
imsettings-switch ibus
Then log out the user and log in again.
Recommended related video tutorials:linux video tutorial
The above is the detailed content of How to solve the problem of unable to input Chinese in centos. For more information, please follow other related articles on the PHP Chinese website!