How to Install and Uninstall knot-resolver Package on Kali Linux

Last updated: May 17,2024

1. Install "knot-resolver" package

Here is a brief guide to show you how to install knot-resolver on Kali Linux

$ sudo apt update $ sudo apt install knot-resolver

2. Uninstall "knot-resolver" package

This guide covers the steps necessary to uninstall knot-resolver on Kali Linux:

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

3. Information about the knot-resolver package on Kali Linux

Package: knot-resolver
Version: 5.7.1-1
Installed-Size: 1100
Maintainer: knot-resolver packagers
Architecture: amd64
Replaces: libkres9 (<< 3.2.1-2)
Depends: adduser, debconf, dns-root-data, lua-sec, lua-socket, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libdnssec9 (>= 3.2.0), libedit2 (>= 2.11-20080614-0), libfstrm0 (>= 0.2.0), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.8.1), libjemalloc2 (>= 2.1.1), libknot14 (>= 3.3.0), liblmdb0 (>= 0.9.9), libluajit-5.1-2 (>= 2.0.4+dfsg) | libluajit2-5.1-2 (>= 2.1~), libnghttp2-14 (>= 1.3.0), libprotobuf-c1 (>= 1.0.1), libstdc++6 (>= 5), libsystemd0 (>= 227), libuv1 (>= 1.7.0), libzscanner4 (>= 3.1.1)
Recommends: knot-resolver-module-http, lua-basexx, lua-cqueues
Breaks: libkres9 (<< 3.2.1-2)
Size: 333536
SHA256: e2482e8384a582a712f0b58a44950ce148db1c9d7a79b8b5f83869271ad1f202
SHA1: 9080c4a01848e696d9de47fdbf0917f8b48c944c
MD5sum: 9df58511576c6efa5b4a59584ab9b2be
Description: caching, DNSSEC-validating DNS resolver
The Knot 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:
Homepage: https://www.knot-resolver.cz/
Tag: uitoolkit::ncurses
Section: net
Priority: optional
Filename: pool/main/k/knot-resolver/knot-resolver_5.7.1-1_amd64.deb