How To Install avahi-ui on Rocky Linux 8
Introduction
In this tutorial we learn how to install avahi-ui
on Rocky Linux 8.
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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-ui.
Install avahi-ui 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
using dnf
by running the following command:
sudo dnf -y install avahi-ui
Install avahi-ui 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
using yum
by running the following command:
sudo yum -y install avahi-ui
How To Uninstall avahi-ui on Rocky Linux 8
To uninstall only the avahi-ui
package we can use the following command:
sudo dnf remove avahi-ui
avahi-ui Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/c2f6c841523d6245524a048b3350419a527310
/usr/lib/libavahi-ui.so.0
/usr/lib/libavahi-ui.so.0.1.4
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/fed9b481463141969ab6bfe111733eb150fd55
/usr/lib64/libavahi-ui.so.0
/usr/lib64/libavahi-ui.so.0.1.4
References
Summary
In this tutorial we learn how to install avahi-ui
on Rocky Linux 8 using yum and dnf.