How to Install and Uninstall perl-Net-SMTPS.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-Net-SMTPS.noarch" package

Learn how to install perl-Net-SMTPS.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Net-SMTPS.noarch

2. Uninstall "perl-Net-SMTPS.noarch" package

Please follow the steps below to uninstall perl-Net-SMTPS.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Net-SMTPS.noarch $ sudo dnf autoremove

3. Information about the perl-Net-SMTPS.noarch package on Rocky Linux 8

Last metadata expiration check: 0:19:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Net-SMTPS
Version : 0.10
Release : 4.el8
Architecture : noarch
Size : 17 k
Source : perl-Net-SMTPS-0.10-4.el8.src.rpm
Repository : epel
Summary : SSL/STARTTLS support for Net::SMTP
URL : https://metacpan.org/release/Net-SMTPS
License : GPL+ or Artistic
Description : This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS
: support. This module inherits all the methods from Net::SMTP. You may use
: all the friendly options that came bundled with Net::SMTP. You can control
: the SSL usage with the options of new() constructor method. 'doSSL' option
: is the switch, and, If you would like to control detailed SSL settings, you
: can set SSL_* options that are brought from IO::Socket::SSL. Please see the
: document of IO::Socket::SSL about these options detail.