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

Last updated: May 19,2024

1. Install "knot-resolver-dbg" package

This tutorial shows how to install knot-resolver-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install knot-resolver-dbg

2. Uninstall "knot-resolver-dbg" package

This tutorial shows how to uninstall knot-resolver-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: knot-resolver-dbg
Priority: extra
Section: universe/debug
Installed-Size: 493
Maintainer: Ubuntu Developers
Original-Maintainer: Debian DNS Packaging
Architecture: amd64
Source: knot-resolver
Version: 1.0.0~beta3-1
Depends: knot-resolver (= 1.0.0~beta3-1)
Recommends: gdb
Filename: pool/universe/k/knot-resolver/knot-resolver-dbg_1.0.0~beta3-1_amd64.deb
Size: 403340
MD5sum: 3d8ad6d496e2c45ef6d70503d16c03ed
SHA1: 5b9a5eeb9947c6ff233ec8c7898448831b698aa5
SHA256: 68f5407571992b9f636e542b681a5a2e82876d8f260d3dfdaa68b799c1752df0
Description-en: Debug symbols for Knot DNS Resolver
This package provides the debug symbols for Knot DNS Resolver needed
for properly debugging errors in Knot Resolver with gdb.
.
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: 22eeae8b565bba35cce35d88018710f6
Homepage: https://www.knot-dns.cz/
Build-Ids: 08ef72f733475bec81ad2bbeb5ac9e50da255423 31f0df060625056522aabf6de3e5eb22a84766ce 5474d46f51fa9f61a29f093273441bc38b77c76b 7d8a78c57f384989936721fcf2dca09806d10de5 d1632cc5d73d0f99cd2af41ffec3a6832d5ed488 fc3f4104b2750f69ddacc376c507e87756186eb0 fcefac3bee699a5d5eca48baf67c13e510c87716
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu