How to Install and Uninstall perl-Net-DNS Package on openSUSE Leap

Last updated: July 01,2024

1. Install "perl-Net-DNS" package

This is a short guide on how to install perl-Net-DNS on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-DNS

2. Uninstall "perl-Net-DNS" package

This is a short guide on how to uninstall perl-Net-DNS on openSUSE Leap:

$ sudo zypper remove perl-Net-DNS

3. Information about the perl-Net-DNS package on openSUSE Leap

Information for package perl-Net-DNS:
-------------------------------------
Repository : Main Repository
Name : perl-Net-DNS
Version : 1.14-1.16
Arch : noarch
Vendor : SUSE LLC
Installed Size : 846.3 KiB
Installed : No
Status : not installed
Source package : perl-Net-DNS-1.14-1.16.src
Upstream URL : http://search.cpan.org/dist/Net-DNS/
Summary : Perl Interface to the Domain Name System
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.