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

Last updated: October 05,2024

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

This tutorial shows how to install golang-github-jellevandenhooff-dkim-devel.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall golang-github-jellevandenhooff-dkim-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 0:38:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-jellevandenhooff-dkim-devel
Version : 0
Release : 0.9.20180417gitf50fe3d.fc34
Architecture : noarch
Size : 19 k
Source : golang-github-jellevandenhooff-dkim-0-0.9.20180417gitf50fe3d.fc34.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