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

Last updated: June 26,2024

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

In this section, we are going to explain the necessary steps to install perl-Net-SMTPS.noarch on Oracle Linux 8

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

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

This tutorial shows how to uninstall perl-Net-SMTPS.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:08:19 ago on Mon Sep 12 02:51:38 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.