How To Install perl-Crypt-OpenSSL-AES on Fedora 36

In this tutorial we learn how to install perl-Crypt-OpenSSL-AES in Fedora 36. perl-Crypt-OpenSSL-AES is Perl interface to OpenSSL for AES

Introduction

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

What is perl-Crypt-OpenSSL-AES

Crypt

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

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

sudo dnf -y install perl-Crypt-OpenSSL-AES

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

sudo yum -y install perl-Crypt-OpenSSL-AES

How To Uninstall perl-Crypt-OpenSSL-AES on Fedora 36

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

sudo dnf remove perl-Crypt-OpenSSL-AES

perl-Crypt-OpenSSL-AES Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/54feca0117915e175cd5eb640e326214d9283a
/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL
/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/AES.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so
/usr/share/doc/perl-Crypt-OpenSSL-AES
/usr/share/doc/perl-Crypt-OpenSSL-AES/Changes
/usr/share/doc/perl-Crypt-OpenSSL-AES/README
/usr/share/man/man3/Crypt::OpenSSL::AES.3pm.gz

References

Summary

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