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

Last updated: October 11,2024

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

This guide let you learn how to install perl-Sendmail-PMilter.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Sendmail-PMilter.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:08:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Sendmail-PMilter
Version : 1.00
Release : 32.fc35
Architecture : noarch
Size : 48 k
Source : perl-Sendmail-PMilter-1.00-32.fc35.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.