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

Last updated: May 16,2024

1. Install "libadns1-dev" package

This guide let you learn how to install libadns1-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libadns1-dev

2. Uninstall "libadns1-dev" package

Please follow the instructions below to uninstall libadns1-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libadns1-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 263
Maintainer: Ubuntu Developers
Original-Maintainer: Ian Jackson
Architecture: amd64
Source: adns
Version: 1.5.0~rc1-1ubuntu1
Depends: libadns1 (= 1.5.0~rc1-1ubuntu1), libc6-dev
Conflicts: libadns0
Filename: pool/universe/a/adns/libadns1-dev_1.5.0~rc1-1ubuntu1_amd64.deb
Size: 63266
MD5sum: e8e9af4be331f75f995a325a1462c27e
SHA1: 061ed311001e9b9761d0ea7428a7f95491aa8c93
SHA256: a87c95190062016c174d7047fd221875034222ade2bd866214aed2107c0394f1
Description-en: Asynchronous-capable DNS client library (development)
adns is a resolver library for C (and C++) programs. In contrast
with many existing interfaces, 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 development files used for C/C++ programs.
Description-md5: fb92a9996d214b529b3862cd77bda817
Homepage: http://www.chiark.greenend.org.uk/~ian/adns/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu