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

Last updated: May 19,2024

1. Install "perl-Net-SMTP-SSL" package

Please follow the guidelines below to install perl-Net-SMTP-SSL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-SMTP-SSL

2. Uninstall "perl-Net-SMTP-SSL" package

This is a short guide on how to uninstall perl-Net-SMTP-SSL on openSUSE Leap:

$ sudo zypper remove perl-Net-SMTP-SSL

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

Information for package perl-Net-SMTP-SSL:
------------------------------------------
Repository : Main Repository
Name : perl-Net-SMTP-SSL
Version : 1.04-1.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4.4 KiB
Installed : No
Status : not installed
Source package : perl-Net-SMTP-SSL-1.04-1.3.1.src
Upstream URL : http://search.cpan.org/dist/Net-SMTP-SSL/
Summary : SSL support for Net::SMTP
Description :
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port '465' is usually what you
want, and it's not a pain to specify that.
For interface documentation, please see Net::SMTP.