How to Install and Uninstall perl-Crypt-SSLeay.x86_64 Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "perl-Crypt-SSLeay.x86_64" package

This guide let you learn how to install perl-Crypt-SSLeay.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Crypt-SSLeay.x86_64

2. Uninstall "perl-Crypt-SSLeay.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Crypt-SSLeay.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-Crypt-SSLeay.x86_64 $ sudo yum autoremove

3. Information about the perl-Crypt-SSLeay.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Crypt-SSLeay
Arch : x86_64
Version : 0.64
Release : 5.amzn2.0.2
Size : 58 k
Repo : amzn2-core/2/x86_64
Summary : Crypt::SSLeay - OpenSSL glue that provides LWP https support
URL : http://search.cpan.org/dist/Crypt-SSLeay/
License : GPL+ or Artistic
Description : This perl module provides support for the https protocol under
: LWP, so that a LWP::UserAgent can make https GET & HEAD & POST
: requests. Please see perldoc LWP for more information on POST
: requests.
:
: The Crypt::SSLeay package contains Net::SSL, which is
: automatically loaded by LWP::Protocol::https on https requests,
: and provides the necessary SSL glue for that module to work.