How To Install ez-pine-gpg on Fedora 36

In this tutorial we learn how to install ez-pine-gpg in Fedora 36. ez-pine-gpg is GnuPG integration scripts for Pine

Introduction

In this tutorial we learn how to install ez-pine-gpg on Fedora 36.

What is ez-pine-gpg

ez-pine-gpg is a set of scripts that allows beginners and experts to use gpg with Pine.

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

Install ez-pine-gpg 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 ez-pine-gpg using dnf by running the following command:

sudo dnf -y install ez-pine-gpg

Install ez-pine-gpg 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 ez-pine-gpg using yum by running the following command:

sudo yum -y install ez-pine-gpg

How To Uninstall ez-pine-gpg on Fedora 36

To uninstall only the ez-pine-gpg package we can use the following command:

sudo dnf remove ez-pine-gpg

ez-pine-gpg Package Contents on Fedora 36

/usr/bin/ez-pine-gpg-encrypt
/usr/bin/ez-pine-gpg-helper-recipient
/usr/bin/ez-pine-gpg-helper-sender
/usr/bin/ez-pine-gpg-incoming
/usr/bin/ez-pine-gpg-sign
/usr/bin/ez-pine-gpg-sign-and-encrypt
/usr/bin/ez-pine-gpg-symmetric
/usr/share/doc/ez-pine-gpg
/usr/share/doc/ez-pine-gpg/README
/usr/share/doc/ez-pine-gpg/gpl.txt
/usr/share/doc/ez-pine-gpg/pine-config

References

Summary

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