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

Last updated: December 24,2024

1. Install "libopendht-c3" package

Please follow the guidance below to install libopendht-c3 on Kali Linux

$ sudo apt update $ sudo apt install libopendht-c3

2. Uninstall "libopendht-c3" package

Here is a brief guide to show you how to uninstall libopendht-c3 on Kali Linux:

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

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

Package: libopendht-c3
Source: opendht
Version: 3.0.1-1
Installed-Size: 85
Maintainer: Amin Bandali
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopendht3 (= 3.0.1-1), libstdc++6 (>= 13.1)
Size: 27016
SHA256: c5d86c5b5e76d9eef908e713a10c18e201bdfdebea918f513f5c88e474389359
SHA1: 44ae772fefbbeeed2b5d49aee3d90a4528f29323
MD5sum: c22653f244cb65f469a13c82af13aaf7
Description: Lightweight C++17 distributed hash table implementation - C wrapper
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/libopendht-c3_3.0.1-1_amd64.deb

5. The same packages on other Linux Distributions