How To Install ghc-sandi on Fedora 36

In this tutorial we learn how to install ghc-sandi in Fedora 36. ghc-sandi is Data encoding library

Introduction

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

What is ghc-sandi

Reasonably fast data encoding library.

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

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

sudo dnf -y install ghc-sandi

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

sudo yum -y install ghc-sandi

How To Uninstall ghc-sandi on Fedora 36

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

sudo dnf remove ghc-sandi

ghc-sandi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/8f3501230e6055185095d528182f2d05a847d4
/usr/lib64/libHSsandi-0.5-EVNdDEcyNgrLcIMI4krlwt-ghc8.10.5.so
/usr/share/licenses/ghc-sandi
/usr/share/licenses/ghc-sandi/LICENSE

References

Summary

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