How To Install libmicrodns on Fedora 36
Introduction
In this tutorial we learn how to install libmicrodns on Fedora 36.
What is libmicrodns
Minimal mDNS resolver (and announcer) library.
We can use yum or dnf to install libmicrodns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmicrodns.
Install libmicrodns 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 libmicrodns using dnf by running the following command:
sudo dnf -y install libmicrodns
Install libmicrodns 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 libmicrodns using yum by running the following command:
sudo yum -y install libmicrodns
How To Uninstall libmicrodns on Fedora 36
To uninstall only the libmicrodns package we can use the following command:
sudo dnf remove libmicrodns
libmicrodns Package Contents on Fedora 36
---
title: "How To Install libmicrodns on Fedora 36"
linkTitle: "libmicrodns"
type: "docs"
description: "In this tutorial we learn how to install libmicrodns in Fedora 36. libmicrodns is Minimal mDNS resolver library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmicrodns-featured.png
---
## Introduction
In this tutorial we learn how to install `libmicrodns` on Fedora 36.
### What is `libmicrodns`
> Minimal mDNS resolver (and announcer) library.
We can use `yum` or `dnf` to install `libmicrodns` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmicrodns.
## Install libmicrodns on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/ba639831892fb21c47b5b1445b4f602cb88c81
/usr/lib/libmicrodns.so.1
/usr/lib/libmicrodns.so.1.0.0
/usr/share/doc/libmicrodns
/usr/share/doc/libmicrodns/AUTHORS
/usr/share/doc/libmicrodns/NEWS
/usr/share/doc/libmicrodns/README.md
/usr/share/licenses/libmicrodns
/usr/share/licenses/libmicrodns/COPYING
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libmicrodns using dnf by running the following command:
sudo dnf -y install libmicrodns
## Install libmicrodns on Fedora 36 Using yum
## References
Update yum database with `yum` using the following command.
* [libmicrodns website](https://github.com/videolabs/libmicrodns)
```bash
## Summary
sudo yum makecache --refresh
In this tutorial we learn how to install libmicrodns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install libmicrodns using yum by running the following command:
sudo yum -y install libmicrodns
How To Uninstall libmicrodns on Fedora 36
To uninstall only the libmicrodns package we can use the following command:
sudo dnf remove libmicrodns
libmicrodns Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/6323d03ac499eb273bc1c0091a5289fb227628
/usr/lib64/libmicrodns.so.1
/usr/lib64/libmicrodns.so.1.0.0
/usr/share/doc/libmicrodns
/usr/share/doc/libmicrodns/AUTHORS
/usr/share/doc/libmicrodns/NEWS
/usr/share/doc/libmicrodns/README.md
/usr/share/licenses/libmicrodns
/usr/share/licenses/libmicrodns/COPYING
References
Summary
In this tutorial we learn how to install libmicrodns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).