How To Install ghc-oeis on Fedora 36

In this tutorial we learn how to install ghc-oeis in Fedora 36. ghc-oeis is Interface to the Online Encyclopedia of Integer Sequences

Introduction

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

What is ghc-oeis

Interface to the Online Encyclopedia of Integer Sequences. See <http

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

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

sudo dnf -y install ghc-oeis

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

sudo yum -y install ghc-oeis

How To Uninstall ghc-oeis on Fedora 36

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

sudo dnf remove ghc-oeis

ghc-oeis Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/0f07e07cfa606e920909c07934ed55f860de05
/usr/lib64/libHSoeis-0.3.10-4rbIv8Opdih93bedNeTC2Z-ghc8.10.5.so
/usr/share/licenses/ghc-oeis
/usr/share/licenses/ghc-oeis/LICENSE

References

Summary

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