How To Install libasyncns on Fedora 36

In this tutorial we learn how to install libasyncns in Fedora 36. libasyncns is Asynchronous Name Service Library

Introduction

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

What is libasyncns

A small and lightweight library that implements easy to use asynchronous wrappers around the libc NSS functions getaddrinfo(), res_query() and related.

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

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

sudo dnf -y install libasyncns

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

sudo yum -y install libasyncns

How To Uninstall libasyncns on Fedora 36

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

sudo dnf remove libasyncns

libasyncns Package Contents on Fedora 36

---
title: "How To Install libasyncns on Fedora 36"
linkTitle: "libasyncns"
type: "docs"
description: "In this tutorial we learn how to install libasyncns in Fedora 36. libasyncns is Asynchronous Name Service Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libasyncns-featured.png
---

## Introduction

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

### What is `libasyncns`

> A small and lightweight library that implements easy to use asynchronous wrappers around the libc NSS functions getaddrinfo(), res_query() and related.  

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

## Install libasyncns on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libasyncns using dnf by running the following command:

sudo dnf -y install libasyncns

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

sudo yum -y install libasyncns

How To Uninstall libasyncns on Fedora 36

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

sudo dnf remove libasyncns

libasyncns Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/fefd436b6fc7f1b1671cc7bc500cccd1f43f1c
/usr/lib/libasyncns.so.0
/usr/lib/libasyncns.so.0.3.1
/usr/share/doc/libasyncns
/usr/share/doc/libasyncns/LICENSE
/usr/share/doc/libasyncns/README

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/4e /usr/lib/.build-id/4e/12c4bfd3608b4e4b69679dbd61bed6e7fd1ab4 /usr/lib64/libasyncns.so.0 /usr/lib64/libasyncns.so.0.3.1 /usr/share/doc/libasyncns /usr/share/doc/libasyncns/LICENSE /usr/share/doc/libasyncns/README


## References

* [libasyncns website](http://0pointer.de/lennart/projects/libasyncns/)

## Summary

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