How To Install udns on Fedora 36

In this tutorial we learn how to install udns in Fedora 36. udns is DNS resolver library for both synchronous and asynchronous DNS queries

Introduction

In this tutorial we learn how to install udns on Fedora 36.

What is udns

udns is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities.

We can use yum or dnf to install udns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udns.

Install udns 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 udns using dnf by running the following command:

sudo dnf -y install udns

Install udns 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 udns using yum by running the following command:

sudo yum -y install udns

How To Uninstall udns on Fedora 36

To uninstall only the udns package we can use the following command:

sudo dnf remove udns

udns Package Contents on Fedora 36

/usr/bin/dnsget
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/0bbf54a00381cd9bb581743c2563d33b22048a
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/2c5961617cb7ac7d4363d299d13ef6c729c4e1
/usr/lib/libudns.so.0
/usr/share/doc/udns
/usr/share/doc/udns/COPYING.LGPL
/usr/share/doc/udns/NEWS
/usr/share/doc/udns/NOTES
/usr/share/doc/udns/TODO
/usr/share/man/man1/dnsget.1.gz

References

Summary

In this tutorial we learn how to install udns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install udns on Fedora 36” linkTitle: “udns” type: “docs” description: “In this tutorial we learn how to install udns in Fedora 36. udns is DNS resolver library for both synchronous and asynchronous DNS queries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/udns-featured.png

Introduction

In this tutorial we learn how to install udns on Fedora 36.

What is udns

udns is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities.

We can use yum or dnf to install udns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udns.

Install udns 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 udns using dnf by running the following command:

sudo dnf -y install udns

Install udns 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 udns using yum by running the following command:

sudo yum -y install udns

How To Uninstall udns on Fedora 36

To uninstall only the udns package we can use the following command:

sudo dnf remove udns

udns Package Contents on Fedora 36

/usr/bin/dnsget
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/dbb878735f558ead2f7ead8fd9dcbca63a27be
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/96b94bf56e634dd7e9dbc27aa5c156b0a4bd64
/usr/lib64/libudns.so.0
/usr/share/doc/udns
/usr/share/doc/udns/COPYING.LGPL
/usr/share/doc/udns/NEWS
/usr/share/doc/udns/NOTES
/usr/share/doc/udns/TODO
/usr/share/man/man1/dnsget.1.gz

References

Summary

In this tutorial we learn how to install udns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).