How To Install ldns-doc on Fedora 36
Introduction
In this tutorial we learn how to install ldns-doc
on Fedora 36.
What is ldns-doc
This package contains documentation for the ldns library
We can use yum
or dnf
to install ldns-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ldns-doc.
Install ldns-doc 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-doc
using dnf
by running the following command:
sudo dnf -y install ldns-doc
Install ldns-doc 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-doc
using yum
by running the following command:
sudo yum -y install ldns-doc
How To Uninstall ldns-doc on Fedora 36
To uninstall only the ldns-doc
package we can use the following command:
sudo dnf remove ldns-doc
ldns-doc Package Contents on Fedora 36
/usr/share/doc/ldns-doc
/usr/share/doc/ldns-doc/doc
/usr/share/doc/ldns-doc/doc/CodingStyle
/usr/share/doc/ldns-doc/doc/TODO
/usr/share/doc/ldns-doc/doc/design.dox
/usr/share/doc/ldns-doc/doc/dns-lib-implementations
/usr/share/doc/ldns-doc/doc/function_manpages
/usr/share/doc/ldns-doc/doc/header.html
/usr/share/doc/ldns-doc/doc/images
/usr/share/doc/ldns-doc/doc/images/LogoInGradientBar2-y100.png
/usr/share/doc/ldns-doc/doc/images/libdnsoverview.png
/usr/share/doc/ldns-doc/doc/images/libdnsoverview.svg
/usr/share/doc/ldns-doc/doc/ldns_manpages
/usr/share/doc/ldns-doc/doc/libdns.css
/usr/share/doc/ldns-doc/doc/tutorial1_mx.dox
/usr/share/doc/ldns-doc/doc/tutorial2_zone.dox
/usr/share/doc/ldns-doc/doc/tutorial3_signzone.dox
References
Summary
In this tutorial we learn how to install ldns-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).