How to Install and Uninstall perl-IO-Socket-SSL Package on openSUSE Leap

Last updated: July 08,2024

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

This guide covers the steps necessary to install perl-IO-Socket-SSL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-IO-Socket-SSL

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

Please follow the guidance below to uninstall perl-IO-Socket-SSL on openSUSE Leap:

$ sudo zypper remove perl-IO-Socket-SSL

3. Information about the perl-IO-Socket-SSL package on openSUSE Leap

Information for package perl-IO-Socket-SSL:
-------------------------------------------
Repository : Main Repository
Name : perl-IO-Socket-SSL
Version : 2.066-150400.7.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 570.2 KiB
Installed : No
Status : not installed
Source package : perl-IO-Socket-SSL-2.066-150400.7.3.1.src
Upstream URL : https://metacpan.org/release/IO-Socket-SSL
Summary : Nearly transparent SSL encapsulation for IO::Socket::INET
Description :
IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary
functionality into the familiar IO::Socket interface and providing secure
defaults whenever possible. This way, existing applications can be made
SSL-aware without much effort, at least if you do blocking I/O and don't
use select or poll.
But, under the hood, SSL is a complex beast. So there are lots of methods
to make it do what you need if the default behavior is not adequate.
Because it is easy to inadvertently introduce critical security bugs or
just hard to debug problems, I would recommend studying the following
documentation carefully.
The documentation consists of the following parts:
* * "Essential Information About SSL/TLS"
* * "Basic SSL Client"
* * "Basic SSL Server"
* * "Common Usage Errors"
* * "Common Problems with SSL"
* * "Using Non-Blocking Sockets"
* * "Advanced Usage"
* * "Integration Into Own Modules"
* * "Description Of Methods"
Additional documentation can be found in
* * IO::Socket::SSL::Intercept - Doing Man-In-The-Middle with SSL
* * IO::Socket::SSL::Utils - Useful functions for certificates etc