How To Install glibc-langpack-hy on Rocky Linux 8

In this tutorial we learn how to install glibc-langpack-hy on Rocky Linux 8. glibc-langpack-hy is Locale data for hy

Introduction

In this tutorial we learn how to install glibc-langpack-hy on Rocky Linux 8.

What is glibc-langpack-hy

The glibc-langpack-hy package includes the basic information required to support the hy language in your applications.

We can use yum or dnf to install glibc-langpack-hy on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install glibc-langpack-hy.

Install glibc-langpack-hy on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install glibc-langpack-hy using dnf by running the following command:

sudo dnf -y install glibc-langpack-hy

Install glibc-langpack-hy on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install glibc-langpack-hy using yum by running the following command:

sudo yum -y install glibc-langpack-hy

How To Uninstall glibc-langpack-hy on Rocky Linux 8

To uninstall only the glibc-langpack-hy package we can use the following command:

sudo dnf remove glibc-langpack-hy

glibc-langpack-hy Package Contents on Rocky Linux 8

/usr/lib/locale
/usr/lib/locale/hy_AM
/usr/lib/locale/hy_AM.armscii8
/usr/lib/locale/hy_AM.armscii8/LC_ADDRESS
/usr/lib/locale/hy_AM.armscii8/LC_COLLATE
/usr/lib/locale/hy_AM.armscii8/LC_CTYPE
/usr/lib/locale/hy_AM.armscii8/LC_IDENTIFICATION
/usr/lib/locale/hy_AM.armscii8/LC_MEASUREMENT
/usr/lib/locale/hy_AM.armscii8/LC_MESSAGES
/usr/lib/locale/hy_AM.armscii8/LC_MESSAGES/SYS_LC_MESSAGES
/usr/lib/locale/hy_AM.armscii8/LC_MONETARY
/usr/lib/locale/hy_AM.armscii8/LC_NAME
/usr/lib/locale/hy_AM.armscii8/LC_NUMERIC
/usr/lib/locale/hy_AM.armscii8/LC_PAPER
/usr/lib/locale/hy_AM.armscii8/LC_TELEPHONE
/usr/lib/locale/hy_AM.armscii8/LC_TIME
/usr/lib/locale/hy_AM/LC_ADDRESS
/usr/lib/locale/hy_AM/LC_COLLATE
/usr/lib/locale/hy_AM/LC_CTYPE
/usr/lib/locale/hy_AM/LC_IDENTIFICATION
/usr/lib/locale/hy_AM/LC_MEASUREMENT
/usr/lib/locale/hy_AM/LC_MESSAGES
/usr/lib/locale/hy_AM/LC_MESSAGES/SYS_LC_MESSAGES
/usr/lib/locale/hy_AM/LC_MONETARY
/usr/lib/locale/hy_AM/LC_NAME
/usr/lib/locale/hy_AM/LC_NUMERIC
/usr/lib/locale/hy_AM/LC_PAPER
/usr/lib/locale/hy_AM/LC_TELEPHONE
/usr/lib/locale/hy_AM/LC_TIME

References

Summary

In this tutorial we learn how to install glibc-langpack-hy on Rocky Linux 8 using yum and dnf.