How To Install ghc-unicode-collation on Fedora 36

In this tutorial we learn how to install ghc-unicode-collation in Fedora 36. ghc-unicode-collation is Haskell unicode-collation library

Introduction

In this tutorial we learn how to install ghc-unicode-collation on Fedora 36.

What is ghc-unicode-collation

This package provides the Haskell unicode-collation library.

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

Install ghc-unicode-collation 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-unicode-collation using dnf by running the following command:

sudo dnf -y install ghc-unicode-collation

Install ghc-unicode-collation 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-unicode-collation using yum by running the following command:

sudo yum -y install ghc-unicode-collation

How To Uninstall ghc-unicode-collation on Fedora 36

To uninstall only the ghc-unicode-collation package we can use the following command:

sudo dnf remove ghc-unicode-collation

ghc-unicode-collation Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/ad0d1716b837dc70b273b5542beecc1d4e3a96
/usr/lib64/libHSunicode-collation-0.1.3-5WP74Odc5lGCnFpn63tdGF-ghc8.10.5.so
/usr/share/licenses/ghc-unicode-collation
/usr/share/licenses/ghc-unicode-collation/LICENSE

References

Summary

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