How To Install getdns on Fedora 36
Introduction
In this tutorial we learn how to install getdns
on Fedora 36.
What is getdns
getdns is a modern asynchronous DNS API. It implements DNS entry points from a design developed and vetted by application developers, in an API specification edited by Paul Hoffman. With the development of this API, we intend to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications.
We can use yum
or dnf
to install getdns
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install getdns.
Install getdns 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 getdns
using dnf
by running the following command:
sudo dnf -y install getdns
Install getdns 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 getdns
using yum
by running the following command:
sudo yum -y install getdns
How To Uninstall getdns on Fedora 36
To uninstall only the getdns
package we can use the following command:
sudo dnf remove getdns
getdns Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/a01e788ef12111f6e208cb0cdc3f32212791fe
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/0e298a60b59c5372243edd413e18c745e8413e
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/5b26d6f8b641fbe6c2079f934ea47c429fe81a
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/407a84b98a2f7e931460c54ba3b74e6c99e0de
/usr/lib64/libgetdns.so.10
/usr/lib64/libgetdns.so.10.2.0
/usr/lib64/libgetdns_ext_ev.so.10
/usr/lib64/libgetdns_ext_ev.so.10.2.0
/usr/lib64/libgetdns_ext_event.so.10
/usr/lib64/libgetdns_ext_event.so.10.2.0
/usr/lib64/libgetdns_ext_uv.so.10
/usr/lib64/libgetdns_ext_uv.so.10.2.0
/usr/share/doc/getdns
/usr/share/doc/getdns/AUTHORS
/usr/share/doc/getdns/ChangeLog
/usr/share/doc/getdns/NEWS
/usr/share/doc/getdns/README.md
/usr/share/licenses/getdns
/usr/share/licenses/getdns/LICENSE
References
Summary
In this tutorial we learn how to install getdns
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install getdns on Fedora 36” linkTitle: “getdns” type: “docs” description: “In this tutorial we learn how to install getdns in Fedora 36. getdns is Modern asynchronous API to the DNS” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/getdns-featured.png
Introduction
In this tutorial we learn how to install getdns
on Fedora 36.
What is getdns
getdns is a modern asynchronous DNS API. It implements DNS entry points from a design developed and vetted by application developers, in an API specification edited by Paul Hoffman. With the development of this API, we intend to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications.
We can use yum
or dnf
to install getdns
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install getdns.
Install getdns 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 getdns
using dnf
by running the following command:
sudo dnf -y install getdns
Install getdns 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 getdns
using yum
by running the following command:
sudo yum -y install getdns
How To Uninstall getdns on Fedora 36
To uninstall only the getdns
package we can use the following command:
sudo dnf remove getdns
getdns Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/8acb597a07b18610442d012ee010ae5e2a99b6
/usr/lib/.build-id/79
/usr/lib/.build-id/79/d8cdc69e7d7074ed71cb385b7018ad441fab89
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/1c3bd33a75e6eab82a96e2c4c1cbec1dfe2c44
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/91259622c75daf38a5059fdf6c20ffd8527a71
/usr/lib/libgetdns.so.10
/usr/lib/libgetdns.so.10.2.0
/usr/lib/libgetdns_ext_ev.so.10
/usr/lib/libgetdns_ext_ev.so.10.2.0
/usr/lib/libgetdns_ext_event.so.10
/usr/lib/libgetdns_ext_event.so.10.2.0
/usr/lib/libgetdns_ext_uv.so.10
/usr/lib/libgetdns_ext_uv.so.10.2.0
/usr/share/doc/getdns
/usr/share/doc/getdns/AUTHORS
/usr/share/doc/getdns/ChangeLog
/usr/share/doc/getdns/NEWS
/usr/share/doc/getdns/README.md
/usr/share/licenses/getdns
/usr/share/licenses/getdns/LICENSE
References
Summary
In this tutorial we learn how to install getdns
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).