How To Install ipa-server-dns.noarch on Amazon Linux 2
In this tutorial we learn how to install ipa-server-dns.noarch in Amazon Linux 2. ipa-server-dns.noarch is IPA integrated DNS server with support for automatic DNSSEC
Introduction
In this tutorial we learn how to install ipa-server-dns.noarch on Amazon Linux 2.
What is ipa-server-dns.noarch
IPA integrated DNS server with support for automatic DNSSEC signing. Integrated DNS server is BIND 9. OpenDNSSEC provides key management.
We can use yum to install ipa-server-dns.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ipa-server-dns.noarch.
Install ipa-server-dns.noarch 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 ipa-server-dns.noarch using yum by running the following command:
sudo yum -y install ipa-server-dns.noarch
How To Uninstall ipa-server-dns.noarch on Amazon Linux 2
To uninstall only the ipa-server-dns.noarch package we can use the following command:
sudo yum remove ipa-server-dns.noarch
ipa-server-dns.noarch Package Contents on Amazon Linux 2
/usr/sbin/ipa-dns-install
/usr/share/doc/ipa-server-dns-4.6.8
/usr/share/doc/ipa-server-dns-4.6.8/Contributors.txt
/usr/share/doc/ipa-server-dns-4.6.8/README.md
/usr/share/licenses/ipa-server-dns-4.6.8
/usr/share/licenses/ipa-server-dns-4.6.8/COPYING
/usr/share/man/man1/ipa-dns-install.1.gz
References
Summary
In this tutorial we learn how to install ipa-server-dns.noarch on Amazon Linux 2 using yum.