How To Install ghc-oeis-devel on Fedora 36

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

Introduction

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

What is ghc-oeis-devel

This package provides the Haskell oeis library development files.

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

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

sudo dnf -y install ghc-oeis-devel

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

sudo yum -y install ghc-oeis-devel

How To Uninstall ghc-oeis-devel on Fedora 36

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

sudo dnf remove ghc-oeis-devel

ghc-oeis-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/oeis-0.3.10
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS.dyn_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS.hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Internal.hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Types.dyn_hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/Math/OEIS/Types.hi
/usr/lib64/ghc-8.10.5/oeis-0.3.10/libHSoeis-0.3.10-4rbIv8Opdih93bedNeTC2Z.a
/usr/lib64/ghc-8.10.5/package.conf.d/oeis-0.3.10.conf
/usr/share/doc/ghc-oeis-devel
/usr/share/doc/ghc-oeis-devel/README.md

References

Summary

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