How To Install perl-GnuPG-Interface on Rocky Linux 8

In this tutorial we learn how to install perl-GnuPG-Interface on Rocky Linux 8. perl-GnuPG-Interface is Perl interface to GnuPG

Introduction

In this tutorial we learn how to install perl-GnuPG-Interface on Rocky Linux 8.

What is perl-GnuPG-Interface

Perl interface to GnuPG.

We can use yum or dnf to install perl-GnuPG-Interface on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GnuPG-Interface.

Install perl-GnuPG-Interface on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-GnuPG-Interface using dnf by running the following command:

sudo dnf -y install perl-GnuPG-Interface

Install perl-GnuPG-Interface on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-GnuPG-Interface using yum by running the following command:

sudo yum -y install perl-GnuPG-Interface

How To Uninstall perl-GnuPG-Interface on Rocky Linux 8

To uninstall only the perl-GnuPG-Interface package we can use the following command:

sudo dnf remove perl-GnuPG-Interface

perl-GnuPG-Interface Package Contents on Rocky Linux 8

/usr/share/doc/perl-GnuPG-Interface
/usr/share/doc/perl-GnuPG-Interface/Changes
/usr/share/doc/perl-GnuPG-Interface/README
/usr/share/man/man3/GnuPG::Fingerprint.3pm.gz
/usr/share/man/man3/GnuPG::Handles.3pm.gz
/usr/share/man/man3/GnuPG::Interface.3pm.gz
/usr/share/man/man3/GnuPG::Key.3pm.gz
/usr/share/man/man3/GnuPG::Options.3pm.gz
/usr/share/man/man3/GnuPG::PrimaryKey.3pm.gz
/usr/share/man/man3/GnuPG::PublicKey.3pm.gz
/usr/share/man/man3/GnuPG::Revoker.3pm.gz
/usr/share/man/man3/GnuPG::SecretKey.3pm.gz
/usr/share/man/man3/GnuPG::Signature.3pm.gz
/usr/share/man/man3/GnuPG::SubKey.3pm.gz
/usr/share/man/man3/GnuPG::UserAttribute.3pm.gz
/usr/share/man/man3/GnuPG::UserId.3pm.gz
/usr/share/perl5/vendor_perl/GnuPG
/usr/share/perl5/vendor_perl/GnuPG/Fingerprint.pm
/usr/share/perl5/vendor_perl/GnuPG/Handles.pm
/usr/share/perl5/vendor_perl/GnuPG/HashInit.pm
/usr/share/perl5/vendor_perl/GnuPG/Interface.pm
/usr/share/perl5/vendor_perl/GnuPG/Key.pm
/usr/share/perl5/vendor_perl/GnuPG/Options.pm
/usr/share/perl5/vendor_perl/GnuPG/PrimaryKey.pm
/usr/share/perl5/vendor_perl/GnuPG/PublicKey.pm
/usr/share/perl5/vendor_perl/GnuPG/Revoker.pm
/usr/share/perl5/vendor_perl/GnuPG/SecretKey.pm
/usr/share/perl5/vendor_perl/GnuPG/Signature.pm
/usr/share/perl5/vendor_perl/GnuPG/SubKey.pm
/usr/share/perl5/vendor_perl/GnuPG/UserAttribute.pm
/usr/share/perl5/vendor_perl/GnuPG/UserId.pm

References

Summary

In this tutorial we learn how to install perl-GnuPG-Interface on Rocky Linux 8 using yum and dnf.