How To Install ghc-utf8-light on Fedora 36

In this tutorial we learn how to install ghc-utf8-light in Fedora 36. ghc-utf8-light is Lightweight UTF8 handling

Introduction

In this tutorial we learn how to install ghc-utf8-light on Fedora 36.

What is ghc-utf8-light

Lightweight UTF8 handling.

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

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

sudo dnf -y install ghc-utf8-light

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

sudo yum -y install ghc-utf8-light

How To Uninstall ghc-utf8-light on Fedora 36

To uninstall only the ghc-utf8-light package we can use the following command:

sudo dnf remove ghc-utf8-light

ghc-utf8-light Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/e9d6743208514438ff20627ac87c85cb3b3ed2
/usr/lib64/libHSutf8-light-0.4.2-IgITQaVblGiLvX8Bzs7r5r-ghc8.10.5.so
/usr/share/licenses/ghc-utf8-light
/usr/share/licenses/ghc-utf8-light/LICENSE

References

Summary

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