How To Install ldns on Fedora 36
Introduction
In this tutorial we learn how to install ldns on Fedora 36.
What is ldns
ldns is a library with the aim to simplify DNS programming in C. All low-level DNS/DNSSEC operations are supported. We also define a higher level API which allows a programmer to (for instance) create or sign packets.
We can use yum or dnf to install ldns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ldns.
Install ldns 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 ldns using dnf by running the following command:
sudo dnf -y install ldns
Install ldns 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 ldns using yum by running the following command:
sudo yum -y install ldns
How To Uninstall ldns on Fedora 36
To uninstall only the ldns package we can use the following command:
sudo dnf remove ldns
ldns Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/4889ac97c3d5a838baaecb8d33bd8fbfebe3e8
/usr/lib/libldns.so.3
/usr/lib/libldns.so.3.2.0
/usr/share/doc/ldns
/usr/share/doc/ldns/README
/usr/share/licenses/ldns
/usr/share/licenses/ldns/LICENSE
References
Summary
In this tutorial we learn how to install ldns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ldns on Fedora 36” linkTitle: “ldns” type: “docs” description: “In this tutorial we learn how to install ldns in Fedora 36. ldns is Low-level DNS(SEC) library with API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ldns-featured.png
Introduction
In this tutorial we learn how to install ldns on Fedora 36.
What is ldns
ldns is a library with the aim to simplify DNS programming in C. All low-level DNS/DNSSEC operations are supported. We also define a higher level API which allows a programmer to (for instance) create or sign packets.
We can use yum or dnf to install ldns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ldns.
Install ldns 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 ldns using dnf by running the following command:
sudo dnf -y install ldns
Install ldns 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 ldns using yum by running the following command:
sudo yum -y install ldns
How To Uninstall ldns on Fedora 36
To uninstall only the ldns package we can use the following command:
sudo dnf remove ldns
ldns Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/de7340469b83ac80fe85b7a8eed2b7aa705c59
/usr/lib64/libldns.so.3
/usr/lib64/libldns.so.3.2.0
/usr/share/doc/ldns
/usr/share/doc/ldns/README
/usr/share/licenses/ldns
/usr/share/licenses/ldns/LICENSE
References
Summary
In this tutorial we learn how to install ldns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).