How to Install and Uninstall perl-Net-DNS.noarch Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "perl-Net-DNS.noarch" package

Please follow the step by step instructions below to install perl-Net-DNS.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Net-DNS.noarch

2. Uninstall "perl-Net-DNS.noarch" package

This is a short guide on how to uninstall perl-Net-DNS.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Net-DNS.noarch $ sudo dnf autoremove

3. Information about the perl-Net-DNS.noarch package on Oracle Linux 9

Last metadata expiration check: 2:43:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Net-DNS
Version : 1.29
Release : 6.el9
Architecture : noarch
Size : 542 k
Source : perl-Net-DNS-1.29-6.el9.src.rpm
Repository : ol9_appstream
Summary : DNS resolver modules for Perl
URL : https://metacpan.org/release/Net-DNS
License : (GPL+ or Artistic) and MIT
Description : Net::DNS is a collection of Perl modules that act as a Domain Name System
: (DNS) resolver. It allows the programmer to perform DNS queries that are
: beyond the capabilities of gethostbyname and gethostbyaddr.
:
: The programmer should be somewhat familiar with the format of a DNS packet and
: its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.