How to Install and Uninstall perl-Crypt-SSLeay.x86_64 Package on Rocky Linux 8

Last updated: May 13,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Crypt-SSLeay.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Crypt-SSLeay.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:52:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-SSLeay
Version : 0.72
Release : 32.el8
Architecture : x86_64
Size : 71 k
Source : perl-Crypt-SSLeay-0.72-32.el8.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.