How To Install avahi-ui-tools on Fedora 36

In this tutorial we learn how to install avahi-ui-tools in Fedora 36. avahi-ui-tools is UI tools for mDNS browsing

Introduction

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

What is avahi-ui-tools

Graphical user interface tools that use Avahi to browse for mDNS services.

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

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

sudo dnf -y install avahi-ui-tools

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

sudo yum -y install avahi-ui-tools

How To Uninstall avahi-ui-tools on Fedora 36

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

sudo dnf remove avahi-ui-tools

avahi-ui-tools Package Contents on Fedora 36

/usr/bin/avahi-discover-standalone
/usr/bin/bshell
/usr/bin/bssh
/usr/bin/bvnc
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/3306584312f6922bd03e4e00335837e9654f18
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/e246beb81bc99a8812e32b8b3c47523f6aaa76
/usr/share/man/man1/bshell.1.gz
/usr/share/man/man1/bssh.1.gz
/usr/share/man/man1/bvnc.1.gz

References

Summary

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