How To Install ghc-email-validate on Fedora 36

In this tutorial we learn how to install ghc-email-validate in Fedora 36. ghc-email-validate is Email address validation

Introduction

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

What is ghc-email-validate

Validating an email address string against RFC 5322.

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

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

sudo dnf -y install ghc-email-validate

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

sudo yum -y install ghc-email-validate

How To Uninstall ghc-email-validate on Fedora 36

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

sudo dnf remove ghc-email-validate

ghc-email-validate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/e705ca0637d2bd802a48c77a52c6cd07fb6325
/usr/lib64/libHSemail-validate-2.3.2.15-48hvewOGrKq5bcV8nu8Ihx-ghc8.10.5.so
/usr/share/licenses/ghc-email-validate
/usr/share/licenses/ghc-email-validate/LICENSE

References

Summary

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