How to Install and Uninstall libadns1-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libadns1-dbg" package

This is a short guide on how to install libadns1-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libadns1-dbg

2. Uninstall "libadns1-dbg" package

This is a short guide on how to uninstall libadns1-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libadns1-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the libadns1-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libadns1-dbg
Priority: extra
Section: universe/debug
Installed-Size: 510
Maintainer: Ubuntu Developers
Original-Maintainer: Ian Jackson
Architecture: amd64
Source: adns
Version: 1.5.0~rc1-1ubuntu1
Depends: libadns1 (= 1.5.0~rc1-1ubuntu1)
Filename: pool/universe/a/adns/libadns1-dbg_1.5.0~rc1-1ubuntu1_amd64.deb
Size: 125782
MD5sum: dadc3483984bca9e20740b9feb939d2d
SHA1: 3b65f564b4246d6fa5faddf397a831f955feab31
SHA256: 3a618960f36b92b79ff04b5d65c7df7951a159528ddfd31ca5fc7bff7602fd5c
Description-en: Asynchronous-capable DNS client library (debugging symbols)
adns is a resolver library for C (and C++) programs. In contrast
with the existing interfaces, gethostbyname et al and libresolv, it
can be used in an asynchronous, non-blocking manner, and has a
convenient interface which doesn't require the application to handle
any DNS data formats. Many queries can be handled simultaneously.
.
This package contains the debugging symbols associated with libadns1,
for debugging adns and programs that use it.
Description-md5: 7e3b9eebc75d292d5e2a918730f4345e
Homepage: http://www.chiark.greenend.org.uk/~ian/adns/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu