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

Last updated: July 01,2024

1. Install "python3-xxhash" package

This guide covers the steps necessary to install python3-xxhash on Kali Linux

$ sudo apt update $ sudo apt install python3-xxhash

2. Uninstall "python3-xxhash" package

Please follow the guidance below to uninstall python3-xxhash on Kali Linux:

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

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

Package: python3-xxhash
Source: python-xxhash (3.2.0-1)
Version: 3.2.0-1+b2
Installed-Size: 125
Maintainer: Wouter Verhelst
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libxxhash0 (>= 0.8.0)
Suggests: python-python-xxhash-doc
Size: 18872
SHA256: 3b2dbcf07e3f3bd1fcf22dbd1ab452f65fff0028c70eb52a13f0a41c9f3ebaa0
SHA1: ba7c8f0be9563011379c08533c29d9cd62d1b681
MD5sum: 0cfd233c5559180b0d0f1034c9bf95c9
Description: Bindings for the xxHash library (Python 3)
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
It successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
.
This package installs the Python 3 bindings.
Description-md5:
Homepage: https://github.com/ifduyue/python-xxhash
Section: python
Priority: optional
Filename: pool/main/p/python-xxhash/python3-xxhash_3.2.0-1+b2_amd64.deb