How To Install ghc-oeis-prof on Fedora 36

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

Introduction

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

What is ghc-oeis-prof

This package provides the Haskell oeis profiling library.

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

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

sudo dnf -y install ghc-oeis-prof

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

sudo yum -y install ghc-oeis-prof

How To Uninstall ghc-oeis-prof on Fedora 36

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

sudo dnf remove ghc-oeis-prof

ghc-oeis-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS.p_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Internal.p_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Types.p_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/libHSoeis-0.3.10-4rbIv8Opdih93bedNeTC2Z_p.a

References

Summary

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