How To Install ghc-readable on Fedora 36

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

Introduction

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

What is ghc-readable

This package provides the Haskell readable library.

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

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

sudo dnf -y install ghc-readable

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

sudo yum -y install ghc-readable

How To Uninstall ghc-readable on Fedora 36

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

sudo dnf remove ghc-readable

ghc-readable Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/0fe782fa7bef8e52351a0192c6bb94b29541e6
/usr/lib64/libHSreadable-0.3.1-7NluAS2Wpy84QgsjjUKXEz-ghc8.10.5.so
/usr/share/licenses/ghc-readable
/usr/share/licenses/ghc-readable/LICENSE

References

Summary

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