How To Install golang-github-jellevandenhooff-dkim-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-jellevandenhooff-dkim-devel
on Fedora 36.
What is golang-github-jellevandenhooff-dkim-devel
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
We can use yum
or dnf
to install golang-github-jellevandenhooff-dkim-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-jellevandenhooff-dkim-devel.
Install golang-github-jellevandenhooff-dkim-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install golang-github-jellevandenhooff-dkim-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-jellevandenhooff-dkim-devel
Install golang-github-jellevandenhooff-dkim-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install golang-github-jellevandenhooff-dkim-devel
using yum
by running the following command:
sudo yum -y install golang-github-jellevandenhooff-dkim-devel
How To Uninstall golang-github-jellevandenhooff-dkim-devel on Fedora 36
To uninstall only the golang-github-jellevandenhooff-dkim-devel
package we can use the following command:
sudo dnf remove golang-github-jellevandenhooff-dkim-devel
golang-github-jellevandenhooff-dkim-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-jellevandenhooff-dkim-devel
/usr/share/doc/golang-github-jellevandenhooff-dkim-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jellevandenhooff
/usr/share/gocode/src/github.com/jellevandenhooff/dkim
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/.goipath
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/README.md
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/algo.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/canon.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/canon_test.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/dkim.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/dkim_test.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/dns.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/email.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/pubkey.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/signature.go
/usr/share/gocode/src/github.com/jellevandenhooff/dkim/util.go
/usr/share/licenses/golang-github-jellevandenhooff-dkim-devel
/usr/share/licenses/golang-github-jellevandenhooff-dkim-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-jellevandenhooff-dkim-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).