How To Install perl-Crypt-GCrypt on Fedora 36

In this tutorial we learn how to install perl-Crypt-GCrypt in Fedora 36. perl-Crypt-GCrypt is Perl interface to libgcrypt library

Introduction

In this tutorial we learn how to install perl-Crypt-GCrypt on Fedora 36.

What is perl-Crypt-GCrypt

Crypt functions. It currently supports symmetric ciphers such as AES/Rijndael, Twofish, Triple DES, Arcfour etc.

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

Install perl-Crypt-GCrypt 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 perl-Crypt-GCrypt using dnf by running the following command:

sudo dnf -y install perl-Crypt-GCrypt

Install perl-Crypt-GCrypt 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 perl-Crypt-GCrypt using yum by running the following command:

sudo yum -y install perl-Crypt-GCrypt

How To Uninstall perl-Crypt-GCrypt on Fedora 36

To uninstall only the perl-Crypt-GCrypt package we can use the following command:

sudo dnf remove perl-Crypt-GCrypt

perl-Crypt-GCrypt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/c55b056ebe89b07c76607df5edcaa2be2fb2ce
/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/GCrypt
/usr/lib64/perl5/vendor_perl/Crypt/GCrypt.pm
/usr/lib64/perl5/vendor_perl/Crypt/GCrypt/MPI.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/GCrypt/GCrypt.so
/usr/share/doc/perl-Crypt-GCrypt
/usr/share/doc/perl-Crypt-GCrypt/Changelog
/usr/share/doc/perl-Crypt-GCrypt/README
/usr/share/man/man3/Crypt::GCrypt.3pm.gz
/usr/share/man/man3/Crypt::GCrypt::MPI.3pm.gz

References

Summary

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