How To Install avahi-libs on Fedora 36
Introduction
In this tutorial we learn how to install avahi-libs
on Fedora 36.
What is avahi-libs
The avahi-libs package contains the libraries needed to run programs that use avahi.
We can use yum
or dnf
to install avahi-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-libs.
Install avahi-libs 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 avahi-libs
using dnf
by running the following command:
sudo dnf -y install avahi-libs
Install avahi-libs 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 avahi-libs
using yum
by running the following command:
sudo yum -y install avahi-libs
How To Uninstall avahi-libs on Fedora 36
To uninstall only the avahi-libs
package we can use the following command:
sudo dnf remove avahi-libs
avahi-libs Package Contents on Fedora 36
---
title: "How To Install avahi-libs on Fedora 36"
linkTitle: "avahi-libs"
type: "docs"
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/c4048f7826ad2965d3531dd8ba3434e0439d42
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/4b99440f6d239e2e54b3f3328ebd7ce26b03f6
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/5497b2843725b6de9e6670d950a38913a2f7d2
/usr/lib/libavahi-client.so.3
/usr/lib/libavahi-client.so.3.2.9
/usr/lib/libavahi-common.so.3
/usr/lib/libavahi-common.so.3.5.4
/usr/lib/libavahi-libevent.so.1
/usr/lib/libavahi-libevent.so.1.0.0
/usr/share/doc/avahi-libs
/usr/share/doc/avahi-libs/README
/usr/share/licenses/avahi-libs
/usr/share/licenses/avahi-libs/LICENSE
description: "In this tutorial we learn how to install avahi-libs in Fedora 36. avahi-libs is Libraries for avahi run-time use"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/avahi-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `avahi-libs` on Fedora 36.
### What is `avahi-libs`
> The avahi-libs package contains the libraries needed to run programs that use avahi.
We can use `yum` or `dnf` to install `avahi-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-libs.
## Install avahi-libs 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 avahi-libs
using dnf
by running the following command:
sudo dnf -y install avahi-libs
Install avahi-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
```bash
## References
sudo yum makecache --refresh
After updating yum database, We can install avahi-libs
using yum
by running the following command:
Summary
sudo yum -y install avahi-libs
In this tutorial we learn how to install `avahi-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
How To Uninstall avahi-libs on Fedora 36
To uninstall only the avahi-libs
package we can use the following command:
sudo dnf remove avahi-libs
avahi-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/b9dba5d95538968e9315f4fae10e7b3a697c7f
/usr/lib/.build-id/77
/usr/lib/.build-id/77/7a10b8d1ee97a1d97fcece5307630afb811118
/usr/lib/.build-id/c4/6c1f045458af281de3a391fa0d69346ff4c478
/usr/lib64/libavahi-client.so.3
/usr/lib64/libavahi-client.so.3.2.9
/usr/lib64/libavahi-common.so.3
/usr/lib64/libavahi-common.so.3.5.4
/usr/lib64/libavahi-libevent.so.1
/usr/lib64/libavahi-libevent.so.1.0.0
/usr/share/doc/avahi-libs
/usr/share/doc/avahi-libs/README
/usr/share/licenses/avahi-libs
/usr/share/licenses/avahi-libs/LICENSE
References
Summary
In this tutorial we learn how to install avahi-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).