How to Install and Uninstall perl-IO-Socket-SSL Package on openSuSE Tumbleweed

Last updated: October 05,2024

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

This tutorial shows how to install perl-IO-Socket-SSL on openSuSE Tumbleweed

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

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

Here is a brief guide to show you how to uninstall perl-IO-Socket-SSL on openSuSE Tumbleweed:

$ sudo zypper remove perl-IO-Socket-SSL

3. Information about the perl-IO-Socket-SSL package on openSuSE Tumbleweed

Information for package perl-IO-Socket-SSL:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-Socket-SSL
Version : 2.84.0-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 620.1 KiB
Installed : No
Status : not installed
Source package : perl-IO-Socket-SSL-2.84.0-2.3.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