How To Install avahi-ui on Fedora 36

In this tutorial we learn how to install avahi-ui in Fedora 36. avahi-ui is Gtk user interface library for Avahi (Gtk+ 2 version)

Introduction

In this tutorial we learn how to install avahi-ui on Fedora 36.

What is avahi-ui

This library contains a Gtk 2.x widget for browsing services.

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

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

sudo dnf -y install avahi-ui

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

sudo yum -y install avahi-ui

How To Uninstall avahi-ui on Fedora 36

To uninstall only the avahi-ui package we can use the following command:

sudo dnf remove avahi-ui

avahi-ui Package Contents on Fedora 36

---
title: "How To Install avahi-ui on Fedora 36"
linkTitle: "avahi-ui"
type: "docs"
description: "In this tutorial we learn how to install avahi-ui in Fedora 36. avahi-ui is Gtk user interface library for Avahi (Gtk+ 2 version)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/avahi-ui-featured.png
---

## Introduction

In this tutorial we learn how to install `avahi-ui` on Fedora 36.

### What is `avahi-ui`

> This library contains a Gtk 2.x widget for browsing services.  

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

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

sudo dnf -y install avahi-ui

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

sudo yum -y install avahi-ui

How To Uninstall avahi-ui on Fedora 36

To uninstall only the avahi-ui package we can use the following command:

sudo dnf remove avahi-ui

avahi-ui Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/7738d783ab1a1488261849e2fd3b4538c14427
/usr/lib/libavahi-ui.so.0
/usr/lib/libavahi-ui.so.0.1.4

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/b1 /usr/lib/.build-id/b1/e7c828f6eeab24fcfbc1e30f375bcb7657f671 /usr/lib64/libavahi-ui.so.0 /usr/lib64/libavahi-ui.so.0.1.4


## References

* [avahi-ui website](http://avahi.org)

## Summary

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