here is my script for install Chinese fonts.
the desired effect: I wanna to install my new Debian system like this, with all En environment include mene, desktop, system fonts but displays nicely chines on web pages and emails .so , do it like this:
First Step:
su - root
dpkg-reconfigure locales
restart you system .
config the language you want to use.
chose below opition:
en_US.ISO-8859-1
en_US.UTF-8
zh_CN.GB2312
zh_CN.UTF-8
zh_CN.GBK
zh_TW.BIG5
zh_TW.UTF-8
use command to check does them selected.
#locale -a
C
en_US
en_US.iso88591
en_US.utf8
POSIX
zh_CN
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
zh_TW
zh_TW.big5
zh_TW.utf8
#
Second Step:
this step to install all font deb package.
fonts package list:
ttf-arphic-ukai
ttf-arphic-uming
ttf-arphic-gbsn00lp
ttf-arphic-bkai00mp
ttf-arphic-bsmi00lp
go to Debian Search web-page search for all these packages.
http://packages.debian.org/search?keywords=search
download all these pakages and use this command: dpkg -i PackageName.deb to install.
Three Step:
Enjoy your life!
why I record in En: because I have gradute from my school, I do not need always write chinese , so I delay to install my input method on my new Debian system.