How to Install and Uninstall mkrdns.noarch Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "mkrdns.noarch" package

Please follow the instructions below to install mkrdns.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mkrdns.noarch

2. Uninstall "mkrdns.noarch" package

In this section, we are going to explain the necessary steps to uninstall mkrdns.noarch on Oracle Linux 8:

$ sudo dnf remove mkrdns.noarch $ sudo dnf autoremove

3. Information about the mkrdns.noarch package on Oracle Linux 8

Last metadata expiration check: 2:54:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mkrdns
Version : 3.3
Release : 9.20220829git9dee4a3.el8
Architecture : noarch
Size : 36 k
Source : mkrdns-3.3-9.20220829git9dee4a3.el8.src.rpm
Repository : epel
Summary : Automatic reverse DNS zone generator
URL : https://github.com/oasys/mkrdns
License : GPLv2+
Description : mkrdns automates the tedious procedure of editing both forward and reverse
: zones when making changes to your zones with likely no changes to your current
: configuration file.
:
: mkrdns does this by reading through all of the primary/secondary (master/slave)
: zones in your configuration file (either named.boot or named.conf). It will
: then automatically generate the reverse zone entries (IN PTR) for the networks
: for which you are the primary/master. It is now possible to simply edit the
: forward map, run mkrdns, and reload the zone. Clean, simple, and best of all,
: automatic.
:
: mkrdns also acts as a limited lint-like program, issuing warnings and errors if
: there are problems with your configuration or zone files.