How To Install avahi-compat-howl-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install avahi-compat-howl-devel
on Rocky Linux 8.
What is avahi-compat-howl-devel
Header files for development with the howl compatibility libraries.
We can use yum
or dnf
to install avahi-compat-howl-devel
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-devel.
Install avahi-compat-howl-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install avahi-compat-howl-devel
Install avahi-compat-howl-devel 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-devel
using yum
by running the following command:
sudo yum -y install avahi-compat-howl-devel
How To Uninstall avahi-compat-howl-devel on Rocky Linux 8
To uninstall only the avahi-compat-howl-devel
package we can use the following command:
sudo dnf remove avahi-compat-howl-devel
avahi-compat-howl-devel Package Contents on Rocky Linux 8
/usr/include/avahi-compat-howl
/usr/include/avahi-compat-howl/corby
/usr/include/avahi-compat-howl/corby/buffer.h
/usr/include/avahi-compat-howl/corby/channel.h
/usr/include/avahi-compat-howl/corby/corby.h
/usr/include/avahi-compat-howl/corby/message.h
/usr/include/avahi-compat-howl/corby/object.h
/usr/include/avahi-compat-howl/corby/orb.h
/usr/include/avahi-compat-howl/discovery
/usr/include/avahi-compat-howl/discovery/discovery.h
/usr/include/avahi-compat-howl/discovery/text_record.h
/usr/include/avahi-compat-howl/howl.h
/usr/include/avahi-compat-howl/rendezvous
/usr/include/avahi-compat-howl/rendezvous/rendezvous.h
/usr/include/avahi-compat-howl/rendezvous/text_record.h
/usr/include/avahi-compat-howl/salt
/usr/include/avahi-compat-howl/salt/address.h
/usr/include/avahi-compat-howl/salt/debug.h
/usr/include/avahi-compat-howl/salt/interface.h
/usr/include/avahi-compat-howl/salt/platform.h
/usr/include/avahi-compat-howl/salt/salt.h
/usr/include/avahi-compat-howl/salt/signal.h
/usr/include/avahi-compat-howl/salt/socket.h
/usr/include/avahi-compat-howl/salt/time.h
/usr/lib/libhowl.so
/usr/lib/pkgconfig/avahi-compat-howl.pc
/usr/lib/pkgconfig/howl.pc
/usr/include/avahi-compat-howl
/usr/include/avahi-compat-howl/corby
/usr/include/avahi-compat-howl/corby/buffer.h
/usr/include/avahi-compat-howl/corby/channel.h
/usr/include/avahi-compat-howl/corby/corby.h
/usr/include/avahi-compat-howl/corby/message.h
/usr/include/avahi-compat-howl/corby/object.h
/usr/include/avahi-compat-howl/corby/orb.h
/usr/include/avahi-compat-howl/discovery
/usr/include/avahi-compat-howl/discovery/discovery.h
/usr/include/avahi-compat-howl/discovery/text_record.h
/usr/include/avahi-compat-howl/howl.h
/usr/include/avahi-compat-howl/rendezvous
/usr/include/avahi-compat-howl/rendezvous/rendezvous.h
/usr/include/avahi-compat-howl/rendezvous/text_record.h
/usr/include/avahi-compat-howl/salt
/usr/include/avahi-compat-howl/salt/address.h
/usr/include/avahi-compat-howl/salt/debug.h
/usr/include/avahi-compat-howl/salt/interface.h
/usr/include/avahi-compat-howl/salt/platform.h
/usr/include/avahi-compat-howl/salt/salt.h
/usr/include/avahi-compat-howl/salt/signal.h
/usr/include/avahi-compat-howl/salt/socket.h
/usr/include/avahi-compat-howl/salt/time.h
/usr/lib64/libhowl.so
/usr/lib64/pkgconfig/avahi-compat-howl.pc
/usr/lib64/pkgconfig/howl.pc
References
Summary
In this tutorial we learn how to install avahi-compat-howl-devel
on Rocky Linux 8 using yum and dnf.