How to Install and Uninstall perl-Net-DNS.src Package on Oracle Linux 8

Last updated: November 24,2024

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

Please follow the instructions below to install perl-Net-DNS.src on Oracle Linux 8

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

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

Please follow the steps below to uninstall perl-Net-DNS.src on Oracle Linux 8:

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

3. Information about the perl-Net-DNS.src package on Oracle Linux 8

Last metadata expiration check: 1:53:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Net-DNS
Version : 1.15
Release : 1.el8
Architecture : src
Size : 271 k
Source : None
Repository : ol8_appstream
Summary : DNS resolver modules for Perl
URL : http://www.net-dns.org/
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.