How to Install and Uninstall perl-Net-SSLeay.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

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

This guide let you learn how to install perl-Net-SSLeay.x86_64 on CentOS 7 / RHEL 7

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

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

This tutorial shows how to uninstall perl-Net-SSLeay.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-Net-SSLeay.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Net-SSLeay
Arch : x86_64
Version : 1.55
Release : 6.el7
Size : 991 k
Repo : installed
From repo : base
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.