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

Last updated: May 20,2024

1. Install "python3-cykhash" package

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

$ sudo apt update $ sudo apt install python3-cykhash

2. Uninstall "python3-cykhash" package

This guide let you learn how to uninstall python3-cykhash on Kali Linux:

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

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

Package: python3-cykhash
Source: python-cykhash
Version: 2.0.0-3
Installed-Size: 3402
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 587116
SHA256: dc680e73b5c28d7c4cfad66b3afef434f2e85fdd84fb72c6ca8b4985db67a389
SHA1: 2bb2349deb32fbeb27d3e4769775ed51ee59ded5
MD5sum: c83583c3f4c60564589f8656db8e2f0f
Description: cython wrapper for khash-sets/maps, efficient implementation of isin and unique
Cykhash is a cython wrapper for khash-sets/maps, efficient
implementation of isin and unique.
.
* Brings functionality of khash to Python and Cython and can be used
seamlessly in numpy or pandas.
* Numpy's world is lacking the concept of a (hash-)set. This
shortcoming is fixed and efficient (memory- and speedwise compared
to pandas') unique and isin are implemented.
* Python-set/dict have big memory-footprint. For some datatypes the
overhead can be reduced by using khash by factor 4-8.
Description-md5:
Homepage: https://github.com/realead/cykhash
Section: science
Priority: optional
Filename: pool/main/p/python-cykhash/python3-cykhash_2.0.0-3_amd64.deb

5. The same packages on other Linux Distributions