How To Install ghc-bifunctors on Fedora 36

In this tutorial we learn how to install ghc-bifunctors in Fedora 36. ghc-bifunctors is Bifunctors

Introduction

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

What is ghc-bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables.

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

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

sudo dnf -y install ghc-bifunctors

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

sudo yum -y install ghc-bifunctors

How To Uninstall ghc-bifunctors on Fedora 36

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

sudo dnf remove ghc-bifunctors

ghc-bifunctors Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/dab227faadf6997972fe464ff43a26d11569ad
/usr/lib64/libHSbifunctors-5.5.11-Aja7eeHkLUJKPghfLXWHk6-ghc8.10.5.so
/usr/share/licenses/ghc-bifunctors
/usr/share/licenses/ghc-bifunctors/LICENSE

References

Summary

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