How To Install ghc-ipynb on Fedora 36

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

Introduction

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

What is ghc-ipynb

This package provides the Haskell ipynb library.

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

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

sudo dnf -y install ghc-ipynb

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

sudo yum -y install ghc-ipynb

How To Uninstall ghc-ipynb on Fedora 36

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

sudo dnf remove ghc-ipynb

ghc-ipynb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/93a1b8c34ea75122878276b2845c68e0b68a44
/usr/lib64/libHSipynb-0.1.0.1-89lPbVY9AIwAWEPxl0ugvc-ghc8.10.5.so
/usr/share/licenses/ghc-ipynb
/usr/share/licenses/ghc-ipynb/LICENSE

References

Summary

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