How To Install avahi-ui-gtk3 on Rocky Linux 8

In this tutorial we learn how to install avahi-ui-gtk3 on Rocky Linux 8. avahi-ui-gtk3 is Gtk user interface library for Avahi (Gtk+ 3 version)

Introduction

In this tutorial we learn how to install avahi-ui-gtk3 on Rocky Linux 8.

What is avahi-ui-gtk3

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

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

Install avahi-ui-gtk3 on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install avahi-ui-gtk3 using dnf by running the following command:

sudo dnf -y install avahi-ui-gtk3

Install avahi-ui-gtk3 on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install avahi-ui-gtk3 using yum by running the following command:

sudo yum -y install avahi-ui-gtk3

How To Uninstall avahi-ui-gtk3 on Rocky Linux 8

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

sudo dnf remove avahi-ui-gtk3

avahi-ui-gtk3 Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/61bc5f233f59b3e46ce6b5db4f09ff79e7d503
/usr/lib64/libavahi-ui-gtk3.so.0
/usr/lib64/libavahi-ui-gtk3.so.0.1.4
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/8d7de35be9367f22d1a2c03c40b1c3881d4c61
/usr/lib/libavahi-ui-gtk3.so.0
/usr/lib/libavahi-ui-gtk3.so.0.1.4

References

Summary

In this tutorial we learn how to install avahi-ui-gtk3 on Rocky Linux 8 using yum and dnf.