How To Install ghc-profunctors-devel on Fedora 36

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

Introduction

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

What is ghc-profunctors-devel

This package provides the Haskell profunctors library development files.

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

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

sudo dnf -y install ghc-profunctors-devel

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

sudo yum -y install ghc-profunctors-devel

How To Uninstall ghc-profunctors-devel on Fedora 36

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

sudo dnf remove ghc-profunctors-devel

ghc-profunctors-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/profunctors-5.6.2.conf
/usr/lib64/ghc-8.10.5/profunctors-5.6.2
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Adjunction.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Adjunction.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Cayley.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Cayley.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Choice.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Choice.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Closed.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Closed.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Composition.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Composition.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Mapping.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Mapping.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Monad.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Monad.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Ran.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Ran.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Rep.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Rep.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Sieve.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Sieve.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Strong.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Strong.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Traversing.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Traversing.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Types.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Types.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Unsafe.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Unsafe.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Yoneda.dyn_hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/Data/Profunctor/Yoneda.hi
/usr/lib64/ghc-8.10.5/profunctors-5.6.2/libHSprofunctors-5.6.2-E3FbPhKAoc42a0erEN2Yd0.a
/usr/share/doc/ghc-profunctors-devel
/usr/share/doc/ghc-profunctors-devel/CHANGELOG.markdown
/usr/share/doc/ghc-profunctors-devel/README.markdown

References

Summary

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