How To Install ghc-pem on Fedora 36

In this tutorial we learn how to install ghc-pem in Fedora 36. ghc-pem is Privacy Enhanced Mail (PEM) format reader and writer

Introduction

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

What is ghc-pem

Privacy Enhanced Mail (PEM) format reader and writer.

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

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

sudo dnf -y install ghc-pem

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

sudo yum -y install ghc-pem

How To Uninstall ghc-pem on Fedora 36

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

sudo dnf remove ghc-pem

ghc-pem Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/61601ae056f90c3acf703871e8b48f13047b36
/usr/lib64/libHSpem-0.2.4-JrfHIPf1lMR3CKpQzew5Vd-ghc8.10.5.so
/usr/share/licenses/ghc-pem
/usr/share/licenses/ghc-pem/LICENSE

References

Summary

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