How To Install libdkimpp on Fedora 36

In this tutorial we learn how to install libdkimpp in Fedora 36. libdkimpp is Lightweight and portable DKIM (RFC4871) library

Introduction

In this tutorial we learn how to install libdkimpp on Fedora 36.

What is libdkimpp

libdkim++ is a lightweight and portable DKIM (RFC4871) library for *NIX, supporting both signing and DMARC/SDID/ADSP verification, sponsored and used by Halon Security. libdkim++ has extensive unit test coverage and aims to fully comply with the current RFC.

We can use yum or dnf to install libdkimpp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdkimpp.

Install libdkimpp 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 libdkimpp using dnf by running the following command:

sudo dnf -y install libdkimpp

Install libdkimpp 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 libdkimpp using yum by running the following command:

sudo yum -y install libdkimpp

How To Uninstall libdkimpp on Fedora 36

To uninstall only the libdkimpp package we can use the following command:

sudo dnf remove libdkimpp

libdkimpp Package Contents on Fedora 36

---
title: "How To Install libdkimpp on Fedora 36"
linkTitle: "libdkimpp"
type: "docs"
description: "In this tutorial we learn how to install libdkimpp in Fedora 36. libdkimpp is Lightweight and portable DKIM (RFC4871) library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdkimpp-featured.png
---

## Introduction

In this tutorial we learn how to install `libdkimpp` on Fedora 36.

### What is `libdkimpp`

> libdkim++ is a lightweight and portable DKIM (RFC4871) library for *NIX, supporting both signing and DMARC/SDID/ADSP verification, sponsored and used by Halon Security. libdkim++ has extensive unit test coverage and aims to fully comply with the current RFC.  

We can use `yum` or `dnf` to install `libdkimpp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdkimpp.

## Install libdkimpp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libdkimpp using dnf by running the following command:

sudo dnf -y install libdkimpp

Install libdkimpp 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 libdkimpp using yum by running the following command:

sudo yum -y install libdkimpp

How To Uninstall libdkimpp on Fedora 36

To uninstall only the libdkimpp package we can use the following command:

sudo dnf remove libdkimpp

libdkimpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/80539615d4ad1bfa6c8229db38f45cb4e56518
/usr/lib/libdkim++.so.2
/usr/lib/libdkim++.so.2.0.0
/usr/share/doc/libdkimpp
/usr/share/doc/libdkimpp/README.md
/usr/share/licenses/libdkimpp
/usr/share/licenses/libdkimpp/LICENSE

References

Summary

In this tutorial we learn how to install libdkimpp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/d7 /usr/lib/.build-id/d7/e6a34359c46fa5fc16be5c4b7775a566925695 /usr/lib64/libdkim++.so.2 /usr/lib64/libdkim++.so.2.0.0 /usr/share/doc/libdkimpp /usr/share/doc/libdkimpp/README.md /usr/share/licenses/libdkimpp /usr/share/licenses/libdkimpp/LICENSE


## References

* [libdkimpp website](https://github.com/halonsecurity/libdkimpp)

## Summary

In this tutorial we learn how to install `libdkimpp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).