How To Install ddupdate on Fedora 34
Introduction
In this tutorial we learn how to install ddupdate
on Fedora 34.
What is ddupdate
A tool to update dynamic IP addresses typically obtained using DHCP with dynamic DNS services such as changeip.com, duckdns.org or no-ip.com. It makes it possible to access a machine with a fixed name like myhost.duckdns.org even if the ip address changes. ddupdate caches the address, and only attempts the update if the address actually is changed. The tool has a plugin structure with plugins for obtaining the actual address (typically hardware-dependent) and to update it (service depen‐ dent). For supported services, it’s a linux-centric, user-friendly and flexible alternative to the ubiquitous ddclient. ddupdate is distributed with systemd support to run at regular intervals, and with NetworkManager templates to run when interfaces goes up or down.
We can use yum
or dnf
to install ddupdate
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ddupdate.
Install ddupdate on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install ddupdate
using dnf
by running the following command:
Install ddupdate on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install ddupdate
using yum
by running the following command:
How To Uninstall ddupdate on Fedora 34
To uninstall only the ddupdate
package we can use the following command:
ddupdate Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install ddupdate
on Fedora 34 using yum and dnf.