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

Last updated: November 25,2024

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

Here is a brief guide to show you how to install perl-Net-SSLeay.x86_64 on Amazon Linux 2

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

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

Please follow the step by step instructions below to uninstall perl-Net-SSLeay.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Net-SSLeay
Arch : x86_64
Version : 1.55
Release : 6.amzn2.0.1
Size : 289 k
Repo : amzn2-core/2/x86_64
Summary : Perl extension for using OpenSSL
URL : http://search.cpan.org/dist/Net-SSLeay/
License : OpenSSL
Description : This module offers some high level convenience functions for
: accessing web pages on SSL servers (for symmetry, same API is
: offered for accessing http servers, too), a sslcat() function for
: writing your own clients, and finally access to the SSL API of
: SSLeay/OpenSSL package so you can write servers or clients for
: more complicated applications.