How to Install and Uninstall perl-Mail-DKIM Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Mail-DKIM" package

Please follow the step by step instructions below to install perl-Mail-DKIM on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mail-DKIM

2. Uninstall "perl-Mail-DKIM" package

Please follow the step by step instructions below to uninstall perl-Mail-DKIM on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mail-DKIM

3. Information about the perl-Mail-DKIM package on openSuSE Tumbleweed

Information for package perl-Mail-DKIM:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mail-DKIM
Version : 1.20240124-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 468.7 KiB
Installed : No
Status : not installed
Source package : perl-Mail-DKIM-1.20240124-1.1.src
Upstream URL : https://metacpan.org/release/Mail-DKIM
Summary : Signs/verifies Internet mail with DKIM/DomainKey signatures
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 these specifications:
* RFC4871, for DKIM
* RFC4870, for DomainKeys
* draft-ietf-dmarc-arc-protocol-06, for ARC
The module uses an object-oriented interface. You use one of two different
classes, depending on whether you are signing or verifying a message. To
sign, use the Mail::DKIM::Signer class. To verify, use the
Mail::DKIM::Verifier class. Simple, eh?
Likewise for ARC, use the ARC modules Mail::DKIM::ARC::Signer and
Mail::DKIM::ARC::Verifier
If you're sending to test libraries which expect the tags in headers to be
sorted, you can set $Mail::DKIM::SORTTAGS to a true value, and all created
headers will get sorted keys