How to Install and Uninstall perl-Net-SSLeay.src Package on Oracle Linux 9

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Net-SSLeay.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Net-SSLeay.src

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

Please follow the guidelines below to uninstall perl-Net-SSLeay.src on Oracle Linux 9:

$ sudo dnf remove perl-Net-SSLeay.src $ sudo dnf autoremove

3. Information about the perl-Net-SSLeay.src package on Oracle Linux 9

Last metadata expiration check: 2:03:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Net-SSLeay
Version : 1.92
Release : 2.el9
Architecture : src
Size : 574 k
Source : None
Repository : ol9_appstream
Summary : Perl extension for using OpenSSL
URL : https://metacpan.org/release/Net-SSLeay
License : Artistic 2.0
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.