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

Last updated: May 19,2024

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

Please follow the steps below to install perl-Net-SMTP-SSL on openSuSE Tumbleweed

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

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

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

$ sudo zypper remove perl-Net-SMTP-SSL

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

Information for package perl-Net-SMTP-SSL:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-SMTP-SSL
Version : 1.04-1.26
Arch : noarch
Vendor : openSUSE
Installed Size : 4.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-SMTP-SSL-1.04-1.26.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.