How To Install ghc-erf on Fedora 36

In this tutorial we learn how to install ghc-erf in Fedora 36. ghc-erf is The error function, erf, and related functions

Introduction

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

What is ghc-erf

A type class for the error function, erf, and related functions. Instances for Float and Double.

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

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

sudo dnf -y install ghc-erf

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

sudo yum -y install ghc-erf

How To Uninstall ghc-erf on Fedora 36

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

sudo dnf remove ghc-erf

ghc-erf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/c3b71d8ebf5884d69625f2e877cc1b053c491b
/usr/lib64/libHSerf-2.0.0.0-BAjfrhskuQTIFU6BgB8zca-ghc8.10.5.so

References

Summary

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