How To Install avahi-autoipd on CentOS 7
Introduction
In this tutorial we learn how to install avahi-autoipd
on CentOS 7.
What is avahi-autoipd
avahi-autoipd implements IPv4LL, “Dynamic Configuration of IPv4 Link-Local Addresses” (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server.
We can use yum
or dnf
to install avahi-autoipd
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-autoipd.
Install avahi-autoipd on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install avahi-autoipd
using yum
by running the following command:
Install avahi-autoipd on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install avahi-autoipd
using dnf
by running the following command:
How To Uninstall avahi-autoipd on CentOS 7
To uninstall only the avahi-autoipd
package we can use the following command:
References
Summary
In this tutorial we learn how to install avahi-autoipd
on CentOS 7 using yum
and dnf
.