How to Install and Uninstall knot-resolver Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "knot-resolver" package

This guide covers the steps necessary to install knot-resolver on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install knot-resolver

2. Uninstall "knot-resolver" package

Please follow the step by step instructions below to uninstall knot-resolver on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove knot-resolver $ sudo apt autoclean && sudo apt autoremove

3. Information about the knot-resolver package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: knot-resolver
Priority: optional
Section: universe/net
Installed-Size: 501
Maintainer: Ubuntu Developers
Original-Maintainer: Debian DNS Packaging
Architecture: amd64
Version: 1.0.0~beta3-1
Depends: dns-root-data, libjs-d3, libjs-jquery, lua-socket, lua-sec, init-system-helpers (>= 1.18~), libc6 (>= 2.14), libdnssec0, libhiredis0.13 (>= 0.13.1), libknot1, libluajit-5.1-2, libmemcached11, libuv1 (>= 1.7.0), libzscanner0
Filename: pool/universe/k/knot-resolver/knot-resolver_1.0.0~beta3-1_amd64.deb
Size: 128534
MD5sum: a5de293ce1ff1eeb49525a2ae801c8a1
SHA1: a36143db9167db47da95803f86673bb59790566b
SHA256: 4947962f02cee708bf8d5cb3230c011781448f7476d8e467405243a44ad2fbc0
Description-en: caching, DNSSEC-validating DNS resolver
The Knot DNS Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
efficient, and provides a state-machine like API for
extensions. There are three built-in modules - iterator, cache,
validator, and many external.
.
The Lua modules, switchable and shareable cache, and fast FFI
bindings makes it great to tap into resolution process, or be used
for your recursive DNS service. It's the OpenResty of DNS.
.
The server adopts a different scaling strategy than the rest of the
DNS recursors - no threading, shared-nothing architecture (except
MVCC cache that may be shared). You can start and stop additional
nodes depending on the contention without downtime.
Description-md5: 2980cb878789d47d019cb6f479f08427
Built-Using: golang (= 2:1.6~beta2-0ubuntu1), golang-github-abh-geoip-dev (= 0.0~git20150611-2)
Homepage: https://www.knot-dns.cz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu