How To Install ghc-appar on Fedora 36

In this tutorial we learn how to install ghc-appar in Fedora 36. ghc-appar is A simple applicative parser

Introduction

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

What is ghc-appar

A simple applicative parser in Parsec style.

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

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

sudo dnf -y install ghc-appar

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

sudo yum -y install ghc-appar

How To Uninstall ghc-appar on Fedora 36

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

sudo dnf remove ghc-appar

ghc-appar Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/87aa9106adf3060b398edf1ec4b54c1c3ccdc3
/usr/lib64/libHSappar-0.1.8-AJpyf6kw4BC7M1w0DNi1Qs-ghc8.10.5.so
/usr/share/licenses/ghc-appar
/usr/share/licenses/ghc-appar/LICENSE

References

Summary

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