How to Install and Uninstall perl-Mail-Sendmail.noarch Package on Oracle Linux 8

Last updated: July 01,2024

1. Install "perl-Mail-Sendmail.noarch" package

Please follow the instructions below to install perl-Mail-Sendmail.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Mail-Sendmail.noarch

2. Uninstall "perl-Mail-Sendmail.noarch" package

This guide covers the steps necessary to uninstall perl-Mail-Sendmail.noarch on Oracle Linux 8:

$ sudo dnf remove perl-Mail-Sendmail.noarch $ sudo dnf autoremove

3. Information about the perl-Mail-Sendmail.noarch package on Oracle Linux 8

Last metadata expiration check: 6:05:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Mail-Sendmail
Version : 0.80
Release : 4.el8
Architecture : noarch
Size : 40 k
Source : perl-Mail-Sendmail-0.80-4.el8.src.rpm
Repository : epel
Summary : Simple platform independent mailer for Perl
URL : https://metacpan.org/release/Mail-Sendmail
License : GPL+ or Artistic
Description : Mail::Sendmail is a simple platform independent library for sending
: e-mail from your perl script. It only requires Perl 5 and a network
: connection. Mail::Sendmail contains mainly &sendmail, which takes a
: hash with the message to send and sends it. It is intended to be very
: easy to setup and use.