How To Install avahi-compat-howl on Rocky Linux 8

In this tutorial we learn how to install avahi-compat-howl on Rocky Linux 8. avahi-compat-howl is Libraries for howl compatibility

Introduction

In this tutorial we learn how to install avahi-compat-howl on Rocky Linux 8.

What is avahi-compat-howl

Libraries that are compatible with those provided by the howl package.

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

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

sudo dnf -y install avahi-compat-howl

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

sudo yum -y install avahi-compat-howl

How To Uninstall avahi-compat-howl on Rocky Linux 8

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

sudo dnf remove avahi-compat-howl

avahi-compat-howl Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/f3cafb347da2b5fde232e4a4876919b7f56865
/usr/lib64/libhowl.so.0
/usr/lib64/libhowl.so.0.0.0
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/e6aa0cdb5b0c4e672f16b4f1336bcd479182b8
/usr/lib/libhowl.so.0
/usr/lib/libhowl.so.0.0.0

References

Summary

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