How To Install libopendkim on Fedora 36
Introduction
In this tutorial we learn how to install libopendkim on Fedora 36.
What is libopendkim
This package contains the library files required for running services built using libopendkim.
We can use yum or dnf to install libopendkim on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopendkim.
Install libopendkim 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 libopendkim using dnf by running the following command:
sudo dnf -y install libopendkim
Install libopendkim 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 libopendkim using yum by running the following command:
sudo yum -y install libopendkim
How To Uninstall libopendkim on Fedora 36
To uninstall only the libopendkim package we can use the following command:
sudo dnf remove libopendkim
libopendkim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/c31cb161d3d0bee1435dcc1719689b3456bb6d
/usr/lib64/libopendkim.so.11
/usr/lib64/libopendkim.so.11.0.0
/usr/share/doc/libopendkim
/usr/share/doc/libopendkim/README
/usr/share/licenses/libopendkim
/usr/share/licenses/libopendkim/LICENSE
/usr/share/licenses/libopendkim/LICENSE.Sendmail
References
Summary
In this tutorial we learn how to install libopendkim on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libopendkim on Fedora 36” linkTitle: “libopendkim” type: “docs” description: “In this tutorial we learn how to install libopendkim in Fedora 36. libopendkim is An open source DKIM library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libopendkim-featured.png
Introduction
In this tutorial we learn how to install libopendkim on Fedora 36.
What is libopendkim
This package contains the library files required for running services built using libopendkim.
We can use yum or dnf to install libopendkim on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libopendkim.
Install libopendkim 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 libopendkim using dnf by running the following command:
sudo dnf -y install libopendkim
Install libopendkim 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 libopendkim using yum by running the following command:
sudo yum -y install libopendkim
How To Uninstall libopendkim on Fedora 36
To uninstall only the libopendkim package we can use the following command:
sudo dnf remove libopendkim
libopendkim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/5357dca2c4a2345054e4a1ef1809cdbd91df25
/usr/lib/libopendkim.so.11
/usr/lib/libopendkim.so.11.0.0
/usr/share/doc/libopendkim
/usr/share/doc/libopendkim/README
/usr/share/licenses/libopendkim
/usr/share/licenses/libopendkim/LICENSE
/usr/share/licenses/libopendkim/LICENSE.Sendmail
References
Summary
In this tutorial we learn how to install libopendkim on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).