How to Install and Uninstall libopendht3 Package on Kali Linux

Last updated: May 19,2024

1. Install "libopendht3" package

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

$ sudo apt update $ sudo apt install libopendht3

2. Uninstall "libopendht3" package

This is a short guide on how to uninstall libopendht3 on Kali Linux:

$ sudo apt remove libopendht3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopendht3 package on Kali Linux

Package: libopendht3
Source: opendht
Version: 3.0.1-1
Installed-Size: 3055
Maintainer: Amin Bandali
Architecture: amd64
Depends: libargon2-1 (>= 0~20171227), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.3), libhttp-parser2.9 (>= 2.7.1), libjsoncpp25 (>= 1.9.5), libnettle8, libssl3 (>= 3.0.0), libstdc++6 (>= 13.1)
Size: 908812
SHA256: 3566c43d10fe640a325b01f0f9131fc7a2b6dbfd21d867d16c55679761ea4a56
SHA1: 9d46d72413b0acb5f5997e0fcd9117610de8c302
MD5sum: 7720c7f66e95f3d2746825c83d7f22a5
Description: Lightweight C++17 distributed hash table implementation
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++ shared library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/savoirfairelinux/opendht
Section: libs
Priority: optional
Filename: pool/main/o/opendht/libopendht3_3.0.1-1_amd64.deb

5. The same packages on other Linux Distributions