Centos_5 Chinese Language Pack Installation 1: Chinese Language Pack:
Centos 5 was installed on a machine, but I didn't expect it to use Chinese at the beginning. So I chose the English package for the system language during installation. who knows this is the trouble? For example, if you open an FTP, the client sometimes uploads some Chinese information, which is full of garbled characters. www.2cto.com didn't know the specific name of the chinese package on the disc at the beginning. It was just a single disc and went to find all the files with chinese and fonts characters. finally, find the two packages and install them to support Chinese characters.
Fonts-chinese-3.02-9.6.el5.noarch.rpm fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm instructions: the above two files can be downloaded online rpm installation. There are various language packs on the installation disk. You only need to find them and install them. In Chinese
Fonts-chinese-3.02-9.6.el5.noarch.rpm fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm to enter the corresponding directory of each file, run the following command: # rpm-ivh fonts-chinese-3.02-9.6.el5.noarch.rpm # rpm-ivh fonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm www.2cto.com Second: Chinese Input Method:
Install the Chinese Input Method as follows:
Rpm-ivh scim-1.4.4-41.el5.i386.rpm rpm-ivh scim-pinyin-0.5.91-16.el5.i386.rpm rpm-ivh scim-tables-0.5.6-7.i386.rpm rpm-ivh scim-tables-additional-0.5.6-7.i386.rpm rpm-ivh scim-tables-chinese-0.5.6-7.i386.rpm Note: these are also on the mounting disk and still need to run as root. The specific version may change. Author 7 shao