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

Last updated: July 06,2024

1. Install "perl-Net-SSLeay" package

This tutorial shows how to install perl-Net-SSLeay on openSUSE Leap

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

2. Uninstall "perl-Net-SSLeay" package

Please follow the step by step instructions below to uninstall perl-Net-SSLeay on openSUSE Leap:

$ sudo zypper remove perl-Net-SSLeay

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

Information for package perl-Net-SSLeay:
----------------------------------------
Repository : Main Repository
Name : perl-Net-SSLeay
Version : 1.88-1.44
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : perl-Net-SSLeay-1.88-1.44.src
Upstream URL : https://metacpan.org/release/Net-SSLeay
Summary : Perl extension for using OpenSSL
Description :
Net::SSLeay module contains perl bindings to openssl (http://www.openssl.org) library.
Net::SSLeay module basically comprise of:
High level functions for accessing web servers (by using HTTP/HTTPS)
Low level API (mostly mapped 1:1 to openssl's C functions)
Convenience functions (related to low level API but with more perl friendly interface)