How To Install inadyn-mt on Fedora 36
Introduction
In this tutorial we learn how to install inadyn-mt
on Fedora 36.
What is inadyn-mt
INADYN-MT is a dynamic DNS client. It maintains the IP address of a host name. It periodically checks whether the IP address stored by the DSN server is the real current address of the machine that is running INADYN-MT. Before using inadyn-mt for the first time you must use the DynDNS provider’s web interface to create the entry for the hostname. You should then fill in /etc/inadyn.conf with the appropriate detail
We can use yum
or dnf
to install inadyn-mt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install inadyn-mt.
Install inadyn-mt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install inadyn-mt
using dnf
by running the following command:
sudo dnf -y install inadyn-mt
Install inadyn-mt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install inadyn-mt
using yum
by running the following command:
sudo yum -y install inadyn-mt
How To Uninstall inadyn-mt on Fedora 36
To uninstall only the inadyn-mt
package we can use the following command:
sudo dnf remove inadyn-mt
inadyn-mt Package Contents on Fedora 36
/etc/inadyn-mt.conf
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/9b6352607187b7fd122bb4b4104b67f7ad9928
/usr/lib/NetworkManager
/usr/lib/NetworkManager/dispatcher.d
/usr/lib/NetworkManager/dispatcher.d/30-inadyn
/usr/lib/systemd/system/inadyn.service
/usr/sbin/inadyn
/usr/share/doc/inadyn-mt
/usr/share/doc/inadyn-mt/readme.html
/usr/share/inadyn-mt
/usr/share/inadyn-mt/extra
/usr/share/inadyn-mt/extra/servers_additional.cfg
/usr/share/inadyn-mt/extra/wav
/usr/share/inadyn-mt/extra/wav/alarm.wav
/usr/share/inadyn-mt/extra/wav/bird-calls.wav
/usr/share/inadyn-mt/lang
/usr/share/inadyn-mt/lang/en.lng
/usr/share/licenses/inadyn-mt
/usr/share/licenses/inadyn-mt/COPYING
/usr/share/man/man5/inadyn.conf.5.gz
/usr/share/man/man8/inadyn.8.gz
/var/cache/inadyn-mt
References
Summary
In this tutorial we learn how to install inadyn-mt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).