How to Install and Uninstall golang-github-jellevandenhooff-dkim-devel.noarch Package on Fedora 36

Last updated: October 11,2024

1. Install "golang-github-jellevandenhooff-dkim-devel.noarch" package

Please follow the step by step instructions below to install golang-github-jellevandenhooff-dkim-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-jellevandenhooff-dkim-devel.noarch

2. Uninstall "golang-github-jellevandenhooff-dkim-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-jellevandenhooff-dkim-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-jellevandenhooff-dkim-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-jellevandenhooff-dkim-devel.noarch package on Fedora 36

Last metadata expiration check: 4:00:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-jellevandenhooff-dkim-devel
Version : 0
Release : 0.11.20180417gitf50fe3d.fc36
Architecture : noarch
Size : 19 k
Source : golang-github-jellevandenhooff-dkim-0-0.11.20180417gitf50fe3d.fc36.src.rpm
Repository : fedora
Summary : Pure Go DKIM verification library
URL : https://github.com/jellevandenhooff/dkim
License : MIT
Description : Package dkim is a pure Go DKIM verification library.
:
: The main use-case for the dkim package is verifying DKIM "ownership proofs" of
: e-mail addresses. The owner of an e-mail address can sent DKIM-signed e-mails,
: and anyone in the world can verify that those e-mail were sent by the owner by
: checking the DKIM signature. The dkim package exposes an API to verify DKIM
: signatures, and to inspect the signed headers of the e-mail.
:
: As an added feature, the dkim package supports extracting and verifying just the
: signed headers of an e-mail. This makes ownership proofs much shorter.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jellevandenhooff/dkim