How to Install and Uninstall dhtnode Package on Kali Linux

Last updated: May 19,2024

1. Install "dhtnode" package

Here is a brief guide to show you how to install dhtnode on Kali Linux

$ sudo apt update $ sudo apt install dhtnode

2. Uninstall "dhtnode" package

This guide let you learn how to uninstall dhtnode on Kali Linux:

$ sudo apt remove dhtnode $ sudo apt autoclean && sudo apt autoremove

3. Information about the dhtnode package on Kali Linux

Package: dhtnode
Source: opendht
Version: 3.0.1-1
Installed-Size: 323
Maintainer: Amin Bandali
Architecture: amd64
Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libopendht3 (= 3.0.1-1), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), adduser
Size: 108636
SHA256: 06af6b77d504e54436eb57d91e5f59f43dd49e7c6a71a8c47d415a38c3be8142
SHA1: 6d934c944d3ef4b8d5b02f546156aa1bb1cf2454
MD5sum: 79a8d04a82b184002f71de332e6f2ce6
Description: OpenDHT node binary
OpenDHT is a lightweight C++17 Distributed Hash Table implementation.
.
OpenDHT provides an easy to use distributed in-memory data store.
Every node in the network can read and write values to the store.
Values are distributed over the network, with redundancy.
.
Overview of features:
* Lightweight and scalable, designed for large networks and small
devices
* High resilience to network disruption
* Public key cryptography layer providing optional data signature
and encryption (using GnuTLS)
* IPv4 and IPv6 support
* Clean and powerful C++17 map API
* Bindings for C and Python 3
* REST API with optional HTTP client+server with push notification
support
.
This package contains the dhtnode binary.
Description-md5:
Homepage: https://github.com/savoirfairelinux/opendht
Section: net
Priority: optional
Filename: pool/main/o/opendht/dhtnode_3.0.1-1_amd64.deb