How To Install ghc-neat-interpolation on Fedora 36

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

Introduction

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

What is ghc-neat-interpolation

This package provides the Haskell neat-interpolation library.

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

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

sudo dnf -y install ghc-neat-interpolation

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

sudo yum -y install ghc-neat-interpolation

How To Uninstall ghc-neat-interpolation on Fedora 36

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

sudo dnf remove ghc-neat-interpolation

ghc-neat-interpolation Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/e89e6e9bfd4a98ae14ff47a4df707c1e964c47
/usr/lib64/libHSneat-interpolation-0.5.1.2-HuHdZh2xLNAIiKIKYsMQIf-ghc8.10.5.so
/usr/share/licenses/ghc-neat-interpolation
/usr/share/licenses/ghc-neat-interpolation/LICENSE

References

Summary

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