All packages are extracted to /usr/local/chinese/bin, and should be extracted from / i.e. (cd /; tar xzvvpf XXXXXXXX.tgz) - add "/usr/local/chinese/bin" to your binary search path, setup ENVIORNMENT variable CHINESE, LC_CTYPE. add /usr/local/chinese/man to your MAN path. If you use bash, you can: echo 'export PATH=%PATH%:/usr/local/chinese/bin' >> /etc/profile echo 'export CHINESE=/usr/local/chinese' >> /etc/profile echo 'export MANPATH=%MANPATH%:/usr/local/chinese/man' >> /etc/profile echo 'export LC_CTYPE=ISO-8859-1' >> /etc/profile - add this line to the beginning of your /usr/X11/lib/X11/Xconfig file FontPath "/usr/local/chinese/xfonts/" or add this to your .xinitrc or use chx, chx5 xset +fp /usr/local/chinese/xfonts - If you install ccvt or betty, you need to install the share library. ldconfig /lib/elf ln -fs /lib/elf/libccvt.so.1 /usr/i486-linuxelf/lib/libccvt.so AND read the document and MAN pages!!! Damn it, I cannot emphasize this MORE. Eric Lin.