How To Install ghc-old-locale on Fedora 36

In this tutorial we learn how to install ghc-old-locale in Fedora 36. ghc-old-locale is Locale library

Introduction

In this tutorial we learn how to install ghc-old-locale on Fedora 36.

What is ghc-old-locale

This package provides the ability to adapt to locale conventions such as date and time formats.

We can use yum or dnf to install ghc-old-locale on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-old-locale.

Install ghc-old-locale on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-old-locale using dnf by running the following command:

sudo dnf -y install ghc-old-locale

Install ghc-old-locale on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-old-locale using yum by running the following command:

sudo yum -y install ghc-old-locale

How To Uninstall ghc-old-locale on Fedora 36

To uninstall only the ghc-old-locale package we can use the following command:

sudo dnf remove ghc-old-locale

ghc-old-locale Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/8a245a343193026cf5fed351dd39cb29332896
/usr/lib64/libHSold-locale-1.0.0.7-L6Wsx5CTYHFJNpULKIS1yv-ghc8.10.5.so
/usr/share/licenses/ghc-old-locale
/usr/share/licenses/ghc-old-locale/LICENSE

References

Summary

In this tutorial we learn how to install ghc-old-locale on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).