Rootserver Sponsor

webtropia"

Donations

Please support your operating system's further development:

donate"

Chinese Input



1. Fonts Only
#!/bin/sh
#
#  Language-Chinese_Font.sh
#  Chinese fonts packages

#  Install following packages
#	ttf-arphic-ukai
#	ttf-arphic-uming

apt-get install ttf-arphic-ukai ttf-arphic-uming
fc-cache -fv


2. Input Method (IBUS) & Fonts
#!/bin/bash
#
#  Language-Chinese_Input.sh
#  Korean Fonts & IME: IBUS-PinYin, etc. 
#  Install following packages
#	im-switch
#       ibus-pinyin
#       ibus-qt4
#       ibus-gtk
#	ttf-arphic-ukai
#	ttf-arphic-uming
apt-get install im-switch ibus-table-chinese ibus-qt4 ibus-gtk ttf-arphic-ukai ttf-arphic-uming

# set im-switch to use ibus
im-switch -s ibus


(We'd need a native Chinese user to confirm above installation actually works.)

written by muchan


System Administration