Saturday, November 13, 2010

Install fonts in CentOS

Nepali fonts

# yum install scim-tables.i386
# rpm -ivh http://mirror.centos.org/centos/5/os/i386/CentOS/m17n-db-nepali-1.3.3-48.el5.noarch.rpm
# rpm -ivh http://mirror.centos.org/centos/5/os/i386/CentOS/scim-tables-nepali-0.5.6-7.i386.rpm

Japanese fonts

# yum install "@Japanese Support"

Hindi fonts

# yum install "@Hindi Support"

Chinese fonts

# yum install "@Chinese Support"

2 comments:

  1. after getting rpm's what are the next steps to install them and run them.

    yum install "@Chinese Support" shows
    Error: No Groups Available in any repository

    Thanks in advance

    ReplyDelete
  2. To install rpm run command
    # rpm -ivh ...
    for the yum install you should have installed centos or redhat linux.

    ReplyDelete