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

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

Introduction

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

What is glibc-langpack-uz

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

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

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

sudo dnf -y install glibc-langpack-uz

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

sudo yum -y install glibc-langpack-uz

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

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

sudo dnf remove glibc-langpack-uz

glibc-langpack-uz Package Contents on Rocky Linux 8

/usr/lib/locale
/usr/lib/locale/uz_UZ
/usr/lib/locale/uz_UZ.utf8
/usr/lib/locale/uz_UZ.utf8/LC_ADDRESS
/usr/lib/locale/uz_UZ.utf8/LC_COLLATE
/usr/lib/locale/uz_UZ.utf8/LC_CTYPE
/usr/lib/locale/uz_UZ.utf8/LC_IDENTIFICATION
/usr/lib/locale/uz_UZ.utf8/LC_MEASUREMENT
/usr/lib/locale/uz_UZ.utf8/LC_MESSAGES
/usr/lib/locale/uz_UZ.utf8/LC_MESSAGES/SYS_LC_MESSAGES
/usr/lib/locale/uz_UZ.utf8/LC_MONETARY
/usr/lib/locale/uz_UZ.utf8/LC_NAME
/usr/lib/locale/uz_UZ.utf8/LC_NUMERIC
/usr/lib/locale/uz_UZ.utf8/LC_PAPER
/usr/lib/locale/uz_UZ.utf8/LC_TELEPHONE
/usr/lib/locale/uz_UZ.utf8/LC_TIME
/usr/lib/locale/uz_UZ/LC_ADDRESS
/usr/lib/locale/uz_UZ/LC_COLLATE
/usr/lib/locale/uz_UZ/LC_CTYPE
/usr/lib/locale/uz_UZ/LC_IDENTIFICATION
/usr/lib/locale/uz_UZ/LC_MEASUREMENT
/usr/lib/locale/uz_UZ/LC_MESSAGES
/usr/lib/locale/uz_UZ/LC_MESSAGES/SYS_LC_MESSAGES
/usr/lib/locale/uz_UZ/LC_MONETARY
/usr/lib/locale/uz_UZ/LC_NAME
/usr/lib/locale/uz_UZ/LC_NUMERIC
/usr/lib/locale/uz_UZ/LC_PAPER
/usr/lib/locale/uz_UZ/LC_TELEPHONE
/usr/lib/locale/uz_UZ/LC_TIME
/usr/lib/locale/uz_UZ@cyrillic
/usr/lib/locale/uz_UZ@cyrillic/LC_ADDRESS
/usr/lib/locale/uz_UZ@cyrillic/LC_COLLATE
/usr/lib/locale/uz_UZ@cyrillic/LC_CTYPE
/usr/lib/locale/uz_UZ@cyrillic/LC_IDENTIFICATION
/usr/lib/locale/uz_UZ@cyrillic/LC_MEASUREMENT
/usr/lib/locale/uz_UZ@cyrillic/LC_MESSAGES
/usr/lib/locale/uz_UZ@cyrillic/LC_MESSAGES/SYS_LC_MESSAGES
/usr/lib/locale/uz_UZ@cyrillic/LC_MONETARY
/usr/lib/locale/uz_UZ@cyrillic/LC_NAME
/usr/lib/locale/uz_UZ@cyrillic/LC_NUMERIC
/usr/lib/locale/uz_UZ@cyrillic/LC_PAPER
/usr/lib/locale/uz_UZ@cyrillic/LC_TELEPHONE
/usr/lib/locale/uz_UZ@cyrillic/LC_TIME

References

Summary

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