5

I use the Ubuntu 16.04 desktop. I could not find the Chinese (Zuyin, bopomofo) on input source list. How can I add the Chinese (Zhuyin, bopomofo) keyboard?

Mile Mile
  • 51
  • 1
  • 1
  • 3

3 Answers3

8

Chinese input methods and fonts can be easily installed on an English-language Ubuntu system, or any other non-Chinese Ubuntu system. You do not need to install a localized Chinese desktop.

  1. Go to System Settings > Language Support

    language support settings

  2. When the language support window opens, click Install/Remove languages

    dialog with language options

  3. Click on Chinese Simple and Chinese Traditional and then click on Apply

    check the boxes next to languages to add

  4. Then give your password and authenticate

    password pop up dialog

    progress dialog applying changes

    Close the window.

  5. Again go to System Settings > Text Entry

    settings

  6. Click on the + icon

    add languages dialog

  7. Select Chinese (Chewing) (IBus)

    selected languages available in lisr

    Close the window.

  8. Click on the EN icon in the right area of the top menu bar/panel and choose Chewing.

    screenshot context menu for input languages

Now you have Chinese keyboard.

If you couldn't find Chewin in Chinese selections. Try to search 'Chewin' instead of Chinese or Zhuyin.

If there is no Chewin in all options. Then run these commands:

sudo apt update
sudo apt install ibus-chewing
Pablo Bianchi
  • 15,657
rancho
  • 4,036
0

The question is well-answered by the most voted answer.

For those who couldn't find the Zhuyin or Chewing, try in terminal

sudo apt update
sudo apt install ibus-chewing
Pablo Bianchi
  • 15,657
Vespa
  • 13
0

enter image description here

See the picture above.

  1. open Ubuntu software
  2. search ibus to find ibus preferences
  3. active it and check 2nd tab(type in function?)=>add Zhuyin
  4. the reset steps is System Settings --> Text Entry and add Zhuyin
Videonauth
  • 33,355
  • 17
  • 105
  • 120
Afaa
  • 1
  • I don't see Zhuyin or Chinese in the Input Method Add. (I already have Chinese added under Language Support.) – Old Geezer Jun 05 '18 at 08:45