How To Install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2

In this tutorial we learn how to install perl-Crypt-SSLeay.x86_64 in Amazon Linux 2. perl-Crypt-SSLeay.x86_64 is Crypt

Introduction

In this tutorial we learn how to install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2.

What is perl-Crypt-SSLeay.x86_64

This perl module provides support for the https protocol under LWP, so that a LWP requests. Please see perldoc LWP for more information on POST requests. The Crypt automatically loaded by LWP and provides the necessary SSL glue for that module to work.

We can use yum to install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-SSLeay.x86_64.

Install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Crypt-SSLeay.x86_64 using yum by running the following command:

sudo yum -y install perl-Crypt-SSLeay.x86_64

How To Uninstall perl-Crypt-SSLeay.x86_64 on Amazon Linux 2

To uninstall only the perl-Crypt-SSLeay.x86_64 package we can use the following command:

sudo yum remove perl-Crypt-SSLeay.x86_64

perl-Crypt-SSLeay.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/CTX.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Conn.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Err.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/X509.pm
/usr/lib64/perl5/vendor_perl/Net
/usr/lib64/perl5/vendor_perl/Net/SSL.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay
/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so
/usr/share/doc/perl-Crypt-SSLeay-0.64
/usr/share/doc/perl-Crypt-SSLeay-0.64/Changes
/usr/share/doc/perl-Crypt-SSLeay-0.64/ca-bundle.crt
/usr/share/doc/perl-Crypt-SSLeay-0.64/lwp-ssl-test
/usr/share/doc/perl-Crypt-SSLeay-0.64/net-ssl-test
/usr/share/doc/perl-Crypt-SSLeay-0.64/notacacert.pem
/usr/share/doc/perl-Crypt-SSLeay-0.64/notacakeynopass.pem
/usr/share/man/man3/Crypt::SSLeay.3pm.gz
/usr/share/man/man3/Net::SSL.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2 using yum.