How to Install and Uninstall libnet-dns-async-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

Learn how to install libnet-dns-async-perl on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the step by step instructions below to uninstall libnet-dns-async-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libnet-dns-async-perl package on Ubuntu 21.10 (Impish Indri)

Package: libnet-dns-async-perl
Architecture: all
Version: 1.07-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 24
Depends: perl:any, libnet-dns-perl
Filename: pool/universe/libn/libnet-dns-async-perl/libnet-dns-async-perl_1.07-2.1_all.deb
Size: 8392
MD5sum: 2bd538bc01305fd7a59d513b225bfdf0
SHA1: 827b562b686aa9f1150f456b0e2b5683c8c7e0ca
SHA256: c3d4a4833eec68a3c054ee9ba770505b459621c9756b599d406dc68371ac9ef2
SHA512: 00411213f9bb66aec8c588e1da0bedc8e9c6926316d17db34a6106aafc4549dcd9cfaa8c6398394c8d0b36bcd2539d5259ec5ed22a429767745171c6bf372b63
Homepage: https://metacpan.org/release/Net-DNS-Async
Description-en: 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: ff37822b9571c0d083fb8e91f50d9029