How to Install and Uninstall libnet-dns-async-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 24,2025

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

Learn how to install libnet-dns-async-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libnet-dns-async-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libnet-dns-async-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-dns-async-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.07-1
Depends: perl (>= 5.6.0-16), libnet-dns-perl
Filename: pool/universe/libn/libnet-dns-async-perl/libnet-dns-async-perl_1.07-1_all.deb
Size: 8700
MD5sum: e60df67a1fa16259f313d7d26515c017
SHA1: 220b6f8fa137c8f05dd765aa94609527f02828a5
SHA256: 80a3746164699159fb94015cd24a27ab1404db92cdab240cd5aded2157ee824d
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
Homepage: http://search.cpan.org/dist/Net-DNS-Async/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu