How to Install and Uninstall perl-Net-SSLGlue Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "perl-Net-SSLGlue" package

Here is a brief guide to show you how to install perl-Net-SSLGlue on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Net-SSLGlue

2. Uninstall "perl-Net-SSLGlue" package

This tutorial shows how to uninstall perl-Net-SSLGlue on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-SSLGlue

3. Information about the perl-Net-SSLGlue package on openSuSE Tumbleweed

Information for package perl-Net-SSLGlue:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-SSLGlue
Version : 1.058-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 59.4 KiB
Installed : No
Status : not installed
Source package : perl-Net-SSLGlue-1.058-1.26.src
Upstream URL : http://search.cpan.org/dist/Net-SSLGlue/
Summary : Add/Extend Ssl Support for Common Perl Modules
Description :
Some commonly used perl modules don't have SSL support at all, even if the
protocol supports it. Others have SSL support, but most of them don't do
proper checking of the server's certificate.
The 'Net::SSLGlue::*' modules try to add SSL support or proper certificate
checking to these modules. Currently support for the following modules is
available:
* Net::SMTP - add SSL from beginning or using STARTTLS
* Net::POP3 - add SSL from beginning or using STLS
* Net::FTP - add SSL and IPv6 support to Net::FTP
* Net::LDAP - add proper certificate checking
* LWP - add proper certificate checking for older LWP versions
There is also a Net::SSLGlue::Socket package which combines ssl and non-ssl
and ipv6 capabilities to make it easier to enhance modules based on
IO::Socket::INET.