How To Install ghc-unicode-transforms on Fedora 36

In this tutorial we learn how to install ghc-unicode-transforms in Fedora 36. ghc-unicode-transforms is Unicode normalization

Introduction

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

What is ghc-unicode-transforms

Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).

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

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

sudo dnf -y install ghc-unicode-transforms

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

sudo yum -y install ghc-unicode-transforms

How To Uninstall ghc-unicode-transforms on Fedora 36

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

sudo dnf remove ghc-unicode-transforms

ghc-unicode-transforms Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/7cf41d99c15461500a1171513f709ed6e632a2
/usr/lib64/libHSunicode-transforms-0.3.7.1-LKJVUJ7MTdlEWah16gtFFf-ghc8.10.5.so
/usr/share/licenses/ghc-unicode-transforms
/usr/share/licenses/ghc-unicode-transforms/LICENSE

References

Summary

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