How to Install and Uninstall perl-Sendmail-PMilter.noarch Package on Fedora 34

Last updated: October 05,2024

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

Learn how to install perl-Sendmail-PMilter.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Sendmail-PMilter.noarch on Fedora 34:

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

3. Information about the perl-Sendmail-PMilter.noarch package on Fedora 34

Last metadata expiration check: 1:45:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sendmail-PMilter
Version : 1.00
Release : 30.fc34
Architecture : noarch
Size : 49 k
Source : perl-Sendmail-PMilter-1.00-30.fc34.src.rpm
Repository : fedora
Summary : Perl binding of Sendmail Milter protocol
URL : https://metacpan.org/release/Sendmail-PMilter
License : BSD
Description : Sendmail::PMilter is a mail filtering API implementing the Sendmail milter
: protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs
: implementing milter) to filter and modify mail in transit during the SMTP
: connection, all in Perl.
:
: It should be noted that PMilter 0.90 and later is NOT compatible with
: scripts written for PMilter 0.5 and earlier. The API has been reworked
: significantly, and the enhanced APIs and rule logic provided by PMilter
: 0.5 and earlier has been factored out for inclusion in a separate package
: called Mail::Milter.