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

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

Introduction

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

What is glibc-langpack-ky

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

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

Install glibc-langpack-ky 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-ky using dnf by running the following command:

sudo dnf -y install glibc-langpack-ky

Install glibc-langpack-ky 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-ky using yum by running the following command:

sudo yum -y install glibc-langpack-ky

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

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

sudo dnf remove glibc-langpack-ky

glibc-langpack-ky Package Contents on Rocky Linux 8

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

References

Summary

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