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

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

Introduction

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

What is glibc-langpack-tk

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

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

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

sudo dnf -y install glibc-langpack-tk

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

sudo yum -y install glibc-langpack-tk

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

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

sudo dnf remove glibc-langpack-tk

glibc-langpack-tk Package Contents on Rocky Linux 8

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

References

Summary

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