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

Last updated: November 16,2024

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

This tutorial shows how to install perl-Mail-DKIM.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Mail-DKIM.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:58:54 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Mail-DKIM
Version : 1.20220520
Release : 4.fc38
Architecture : noarch
Size : 192 k
Source : perl-Mail-DKIM-1.20220520-4.fc38.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.