How To Install adns-devel on Fedora 36
Introduction
In this tutorial we learn how to install adns-devel
on Fedora 36.
What is adns-devel
Asynchronous-capable DNS client library - development files.
We can use yum
or dnf
to install adns-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adns-devel.
Install adns-devel 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 adns-devel
using dnf
by running the following command:
sudo dnf -y install adns-devel
Install adns-devel 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 adns-devel
using yum
by running the following command:
sudo yum -y install adns-devel
How To Uninstall adns-devel on Fedora 36
To uninstall only the adns-devel
package we can use the following command:
sudo dnf remove adns-devel
adns-devel Package Contents on Fedora 36
---
title: "How To Install adns-devel on Fedora 36"
linkTitle: "adns-devel"
type: "docs"
/usr/include/adns.h
/usr/lib/libadns.so
description: "In this tutorial we learn how to install adns-devel in Fedora 36. adns-devel is Asynchronous-capable DNS client library - development files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/adns-devel-featured.png
References
Introduction
In this tutorial we learn how to install adns-devel
on Fedora 36.
Summary
What is adns-devel
Asynchronous-capable DNS client library - development files.
In this tutorial we learn how to installadns-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
We can use yum
or dnf
to install adns-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adns-devel.
Install adns-devel 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 adns-devel
using dnf
by running the following command:
sudo dnf -y install adns-devel
Install adns-devel 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 adns-devel
using yum
by running the following command:
sudo yum -y install adns-devel
How To Uninstall adns-devel on Fedora 36
To uninstall only the adns-devel
package we can use the following command:
sudo dnf remove adns-devel
adns-devel Package Contents on Fedora 36
/usr/include/adns.h
/usr/lib64/libadns.so
References
Summary
In this tutorial we learn how to install adns-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).