How to Install and Uninstall perl-Mail-DKIM.noarch Package on Fedora 35

Last updated: October 04,2024

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

Here is a brief guide to show you how to install perl-Mail-DKIM.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Mail-DKIM.noarch on Fedora 35:

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

3. Information about the perl-Mail-DKIM.noarch package on Fedora 35

Last metadata expiration check: 0:34:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Mail-DKIM
Version : 1.20200907
Release : 4.fc35
Architecture : noarch
Size : 187 k
Source : perl-Mail-DKIM-1.20200907-4.fc35.src.rpm
Repository : fedora
Summary : Sign and verify Internet mail with DKIM/DomainKey signatures
URL : http://dkimproxy.sourceforge.net/
License : GPL+ or Artistic
Description : This module implements the various components of the DKIM and DomainKeys
: message-signing and verifying standards for Internet mail. It currently
: tries to implement RFC4871 (for DKIM) and RFC4870 (DomainKeys).
:
: It is required if you wish to enable DKIM checking in SpamAssassin via the
: Mail::SpamAssassin::Plugin::DKIM plugin.