Install Chinese Characters on Ubuntu
As far as I know, Ubuntu does not come with Chinese language support pre-installed. To install Chinese language support on Ubuntu, follow these steps:
sudo apt update
sudo apt install ibus-pinyin ibus-sunpinyin
Additional
Navigate to the “Input Method” tab and click “Add”. Select “Chinese” and then choose your desired input method (e.g., “Chinese - Pinyin”).
Then:
- Open “Settings” > “Region & Language”.
- Click “Manage Installed Languages”.
- Ensure that “Keyboard input method system” is set to ibus.
- Go to “Install/Remove Languages” and check the box next to “Chinese (Simplified)” or “Chinese (Traditional)” as needed.
- Click Apply.
- Under “Input Sources”, click the + button.
- Select “Chinese (China)” and then choose your desired input method (e.g., “Chinese (Intelligent Pinyin)”).
- Click Add.
- Remember to log out and log back in for the changes to take effect.
Last updated on