How To Install ghc-libiserv on Fedora 36

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

Introduction

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

What is ghc-libiserv

This package provides the Haskell libiserv library.

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

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

sudo dnf -y install ghc-libiserv

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

sudo yum -y install ghc-libiserv

How To Uninstall ghc-libiserv on Fedora 36

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

sudo dnf remove ghc-libiserv

ghc-libiserv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/e6b491f2c84e9c8682d85a19b29267e5da581c
/usr/lib64/libHSlibiserv-8.10.5-ghc8.10.5.so
/usr/share/licenses/ghc-libiserv
/usr/share/licenses/ghc-libiserv/LICENSE

References

Summary

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