How to Install and Uninstall perl-Mail-DKIM Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Mail-DKIM" package

Please follow the instructions below to install perl-Mail-DKIM on openSUSE Leap

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

2. Uninstall "perl-Mail-DKIM" package

Please follow the instructions below to uninstall perl-Mail-DKIM on openSUSE Leap:

$ sudo zypper remove perl-Mail-DKIM

3. Information about the perl-Mail-DKIM package on openSUSE Leap

Information for package perl-Mail-DKIM:
---------------------------------------
Repository : Main Repository
Name : perl-Mail-DKIM
Version : 0.40-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 300.3 KiB
Installed : No
Status : not installed
Source package : perl-Mail-DKIM-0.40-1.23.src
Upstream URL : http://search.cpan.org/dist/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
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 the Mail::DKIM::Signer manpage class. To verify, use the the
Mail::DKIM::Verifier manpage class. Simple, eh?