How to Install and Uninstall perl-Crypt-SSLeay.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 24,2024

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

Please follow the steps below to install perl-Crypt-SSLeay.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Crypt-SSLeay.x86_64

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

Please follow the guidelines below to uninstall perl-Crypt-SSLeay.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Crypt-SSLeay.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Crypt-SSLeay
Version : 0.72
Release : 37.el9
Architecture : x86_64
Size : 63 k
Source : perl-Crypt-SSLeay-0.72-37.el9.src.rpm
Repository : epel
Summary : OpenSSL glue that provides LWP with HTTPS support
URL : https://metacpan.org/release/Crypt-SSLeay
License : Artistic 2.0
Description : These Perl modules provide support for the HTTPS protocol under the World-Wide
: Web library for Perl (LWP), so that a LWP::UserAgent can make HTTPS GET, HEAD,
: and POST requests.
:
: This package contains Net::SSL module which is automatically loaded by
: LWP::Protocol::https on HTTPS requests, and provides the necessary SSL glue
: for that module to work.