How to Install and Uninstall perl-IO-Socket-SSL.src Package on Oracle Linux 9

Last updated: January 10,2025

1. Install "perl-IO-Socket-SSL.src" package

Please follow the guidance below to install perl-IO-Socket-SSL.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-IO-Socket-SSL.src

2. Uninstall "perl-IO-Socket-SSL.src" package

Please follow the guidelines below to uninstall perl-IO-Socket-SSL.src on Oracle Linux 9:

$ sudo dnf remove perl-IO-Socket-SSL.src $ sudo dnf autoremove

3. Information about the perl-IO-Socket-SSL.src package on Oracle Linux 9

Last metadata expiration check: 0:58:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-IO-Socket-SSL
Version : 2.073
Release : 1.el9
Architecture : src
Size : 295 k
Source : None
Repository : ol9_appstream
Summary : Perl library for transparent SSL
URL : https://metacpan.org/release/IO-Socket-SSL
License : (GPL+ or Artistic) and MPLv2.0
Description : This module is a true drop-in replacement for IO::Socket::INET that
: uses SSL to encrypt data before it is transferred to a remote server
: or client. IO::Socket::SSL supports all the extra features that one
: needs to write a full-featured SSL client or server application:
: multiple SSL contexts, cipher selection, certificate verification, and
: SSL version selection. As an extra bonus, it works perfectly with
: mod_perl.