How to Install and Uninstall libopendht-dev Package on Kali Linux

Last updated: May 13,2024

1. Install "libopendht-dev" package

Please follow the instructions below to install libopendht-dev on Kali Linux

$ sudo apt update $ sudo apt install libopendht-dev

2. Uninstall "libopendht-dev" package

Please follow the guidelines below to uninstall libopendht-dev on Kali Linux:

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

3. Information about the libopendht-dev package on Kali Linux

Package: libopendht-dev
Source: opendht
Version: 3.0.1-1
Installed-Size: 338
Maintainer: Amin Bandali
Architecture: amd64
Depends: libopendht3 (= 3.0.1-1), libgnutls28-dev, libmsgpack-cxx-dev | libmsgpack-dev (>= 1.2), libmsgpack-cxx-dev | libmsgpack-dev (<= 4.0.0), libreadline6-dev, libncurses-dev, libargon2-dev, librestinio-dev, libasio-dev, libjsoncpp-dev, libhttp-parser-dev, libssl-dev, libfmt-dev, nettle-dev
Size: 61700
SHA256: 8822b0b5358554e93065c4a3cce4c27008ae3f549bc19dcb189e033c62a8688b
SHA1: 624443e9230b441834767f2e5631564d886ac8a9
MD5sum: 3ad07fbf915c0c4145bb36bcf6688450
Description: Development files for the libopendht library
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 C++ library headers and other
development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/savoirfairelinux/opendht
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/o/opendht/libopendht-dev_3.0.1-1_amd64.deb