How To Install ghostscript-chinese-zh_CN.noarch on Amazon Linux 2

In this tutorial we learn how to install ghostscript-chinese-zh_CN.noarch in Amazon Linux 2. ghostscript-chinese-zh_CN.noarch is Ghostscript Simplified Chinese fonts configuration files

Introduction

In this tutorial we learn how to install ghostscript-chinese-zh_CN.noarch on Amazon Linux 2.

What is ghostscript-chinese-zh_CN.noarch

ghostscript font configuration files for Chinese fonts. For Simplified Chinese.

We can use yum to install ghostscript-chinese-zh_CN.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ghostscript-chinese-zh_CN.noarch.

Install ghostscript-chinese-zh_CN.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghostscript-chinese-zh_CN.noarch using yum by running the following command:

sudo yum -y install ghostscript-chinese-zh_CN.noarch

How To Uninstall ghostscript-chinese-zh_CN.noarch on Amazon Linux 2

To uninstall only the ghostscript-chinese-zh_CN.noarch package we can use the following command:

sudo yum remove ghostscript-chinese-zh_CN.noarch

ghostscript-chinese-zh_CN.noarch Package Contents on Amazon Linux 2

/usr/share/ghostscript/conf.d/CIDFnmap.zh_CN
/usr/share/ghostscript/conf.d/FAPIcidfmap.zh_CN
/usr/share/ghostscript/conf.d/cidfmap.zh_CN

References

Summary

In this tutorial we learn how to install ghostscript-chinese-zh_CN.noarch on Amazon Linux 2 using yum.