How to Install and Uninstall libnet-dns-async-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libnet-dns-async-perl" package

In this section, we are going to explain the necessary steps to install libnet-dns-async-perl on Kali Linux

$ sudo apt update $ sudo apt install libnet-dns-async-perl

2. Uninstall "libnet-dns-async-perl" package

In this section, we are going to explain the necessary steps to uninstall libnet-dns-async-perl on Kali Linux:

$ sudo apt remove libnet-dns-async-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-dns-async-perl package on Kali Linux

Package: libnet-dns-async-perl
Version: 1.07-4
Installed-Size: 24
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libnet-dns-perl
Size: 7880
SHA256: 48d2c6af9937acad2e5f375f4ff368c291946eb218d4b5412f955467abe1df9a
SHA1: da24bc52d1916fb9efc37bf56d8100bea2a6f807
MD5sum: 8368694328dda3a38c86a1982b71b856
Description: Asynchronous DNS helper for high volume perl applications
Net::DNS::Async is a fire-and-forget asynchronous DNS helper.
That is, the user application adds DNS questions to the helper, and
the callback will be called at some point in the future without
further intervention from the user application. The application need
not handle selects, timeouts, waiting for a response or any other
such issues.
.
If the same query is added to the queue more than once, the module
may combine the queries; that is, it will perform the query only
once, and will call each callback registered for that query in turn,
passing the same Net::DNS::Response object to each query. For this
reason, you should not modify the Net::DNS::Response object in any
way lest you break things horribly for a subsequent callback.
.
This module is similar in principle to POE::Component::Client::DNS, but
does not require POE.
Description-md5:
Homepage: https://metacpan.org/release/Net-DNS-Async
Tag: devel::lang:perl, devel::library, implemented-in::perl, protocol::dns
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-dns-async-perl/libnet-dns-async-perl_1.07-4_all.deb