How To Install avahi-gobject-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install avahi-gobject-devel.x86_64 on Amazon Linux 2.
What is avahi-gobject-devel.x86_64
The avahi-gobject-devel package contains the header files and libraries necessary for developing programs using avahi-gobject.
We can use yum to install avahi-gobject-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-gobject-devel.x86_64.
Install avahi-gobject-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install avahi-gobject-devel.x86_64 using yum by running the following command:
sudo yum -y install avahi-gobject-devel.x86_64
How To Uninstall avahi-gobject-devel.x86_64 on Amazon Linux 2
To uninstall only the avahi-gobject-devel.x86_64 package we can use the following command:
sudo yum remove avahi-gobject-devel.x86_64
avahi-gobject-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/avahi-gobject
/usr/include/avahi-gobject/ga-client.h
/usr/include/avahi-gobject/ga-entry-group.h
/usr/include/avahi-gobject/ga-enums.h
/usr/include/avahi-gobject/ga-error.h
/usr/include/avahi-gobject/ga-record-browser.h
/usr/include/avahi-gobject/ga-service-browser.h
/usr/include/avahi-gobject/ga-service-resolver.h
/usr/lib64/libavahi-gobject.so
/usr/lib64/pkgconfig/avahi-gobject.pc
References
Summary
In this tutorial we learn how to install avahi-gobject-devel.x86_64 on Amazon Linux 2 using yum.