How To Install ghc-protolude-prof on Fedora 36

In this tutorial we learn how to install ghc-protolude-prof in Fedora 36. ghc-protolude-prof is Haskell protolude profiling library

Introduction

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

What is ghc-protolude-prof

This package provides the Haskell protolude profiling library.

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

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

sudo dnf -y install ghc-protolude-prof

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

sudo yum -y install ghc-protolude-prof

How To Uninstall ghc-protolude-prof on Fedora 36

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

sudo dnf remove ghc-protolude-prof

ghc-protolude-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Applicative.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Base.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Bifunctor.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Bool.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/CallStack.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Conv.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/ConvertText.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Debug.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Either.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Error.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Exceptions.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Functor.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/List.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Monad.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Panic.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Partial.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Safe.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Semiring.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Show.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/Protolude/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/protolude-0.3.0/libHSprotolude-0.3.0-9zRmy4fOGv15WEzNtdpmYD_p.a

References

Summary

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