How to Install and Uninstall perl-Net-SSLGlue Package on openSUSE Leap

Last updated: June 29,2024

1. Install "perl-Net-SSLGlue" package

Please follow the guidance below to install perl-Net-SSLGlue on openSUSE Leap

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

2. Uninstall "perl-Net-SSLGlue" package

In this section, we are going to explain the necessary steps to uninstall perl-Net-SSLGlue on openSUSE Leap:

$ sudo zypper remove perl-Net-SSLGlue

3. Information about the perl-Net-SSLGlue package on openSUSE Leap

Information for package perl-Net-SSLGlue:
-----------------------------------------
Repository : Main Repository
Name : perl-Net-SSLGlue
Version : 1.058-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 61.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-SSLGlue-1.058-bp155.2.10.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.