PrizmDoc v12.2 - March 9, 2017
Installing Asian Fonts on Red Hat & CentOS

Important information for installing Asian fonts based on the version you are using:

Version 6

In the RHEL 6 / CentOS 6 release, the language font group packages are no longer available. Instead, these releases have "groupinstall" lists which bundle multiple packages together. In order to see all language packages available through this interface, you can type the following command:

Example
Copy Code
# yum grouplist

This will output all group packages, the last section of which is "Available Language Groups". Note that some packs may already be installed, in which case, they will be visible under "Installed Language Packs" at the top of the list. In this case, "chinese-fonts" is now "Chinese Support".

To install this package, run the following command:

Example
Copy Code
# yum groupinstall "Chinese Support"

To install all languages listed in the help file, run the following commands:

Example
Copy Code
# yum groupinstall "Chinese Support"
# yum groupinstall "Japanese Support"
# yum groupinstall "Korean Support"
# yum groupinstall "Kannada Support"
# yum groupinstall "Hindi Support"

Version 7 

In the RHEL 7 / CentOS7 release, the language font group packages are no longer available. Instead, these releases have "groupinstall" lists which bundle multiple packages together. There is a single Fonts package which includes support for these languages:

Example
Copy Code
# yum groupinstall Fonts

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback