How To Install ghc-indexed-profunctors on Fedora 36

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

Introduction

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

What is ghc-indexed-profunctors

This package provides the Haskell indexed-profunctors library.

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

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

sudo dnf -y install ghc-indexed-profunctors

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

sudo yum -y install ghc-indexed-profunctors

How To Uninstall ghc-indexed-profunctors on Fedora 36

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

sudo dnf remove ghc-indexed-profunctors

ghc-indexed-profunctors Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/7f4fba007729849ac3859825a56997094d402e
/usr/lib64/libHSindexed-profunctors-0.1.1-BHGNHi6ZLuyCTtTgkvdNcW-ghc8.10.5.so
/usr/share/licenses/ghc-indexed-profunctors
/usr/share/licenses/ghc-indexed-profunctors/LICENSE

References

Summary

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