How to Install and Uninstall python3-opendht Package on Kali Linux

Last updated: July 02,2024

1. Install "python3-opendht" package

Please follow the guidelines below to install python3-opendht on Kali Linux

$ sudo apt update $ sudo apt install python3-opendht

2. Uninstall "python3-opendht" package

Please follow the guidelines below to uninstall python3-opendht on Kali Linux:

$ sudo apt remove python3-opendht $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-opendht package on Kali Linux

Package: python3-opendht
Source: opendht
Version: 3.0.1-1
Installed-Size: 995
Maintainer: Amin Bandali
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopendht3 (= 3.0.1-1), libstdc++6 (>= 13.1)
Size: 234868
SHA256: 80fb1cdb2694c16369f7e952ba7150cec7e686eb25699ce3837c12870850bbbb
SHA1: 0f0669ac34ea1455f21fd74e0043446877b61a0f
MD5sum: cab307ee008cda0203cca1178dcbe711
Description: Python 3 bindings for libopendht C++ 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 Python 3 bindings.
Description-md5:
Homepage: https://github.com/savoirfairelinux/opendht
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/o/opendht/python3-opendht_3.0.1-1_amd64.deb