How to Install and Uninstall perl-Net-DNS-Native Package on openSuSE Tumbleweed

Last updated: November 23,2024

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

Learn how to install perl-Net-DNS-Native on openSuSE Tumbleweed

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

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

This is a short guide on how to uninstall perl-Net-DNS-Native on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-DNS-Native

3. Information about the perl-Net-DNS-Native package on openSuSE Tumbleweed

Information for package perl-Net-DNS-Native:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-DNS-Native
Version : 0.220.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 57.3 KiB
Installed : No
Status : not installed
Source package : perl-Net-DNS-Native-0.220.0-2.1.src
Upstream URL : https://metacpan.org/release/Net-DNS-Native
Summary : Non-blocking system DNS resolver
Description :
This class provides several methods for host name resolution. It is
designed to be used with event loops. All resolving are done by
getaddrinfo(3) implemented in your system library. Since getaddrinfo() is
blocking function and we don't want to block, calls to this function will
be done in separate thread. This class uses system native threads and not
perl threads. So overhead shouldn't be too big.