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

Last updated: May 20,2024

1. Install "python3-intbitset" package

Learn how to install python3-intbitset on Kali Linux

$ sudo apt update $ sudo apt install python3-intbitset

2. Uninstall "python3-intbitset" package

Please follow the step by step instructions below to uninstall python3-intbitset on Kali Linux:

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

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

Package: python3-intbitset
Source: python-intbitset (2.3.0-3.2)
Version: 2.3.0-3.2+b1
Installed-Size: 186
Maintainer: Maximiliano Curia
Architecture: amd64
Depends: python3 (<< 3.11), python3 (>= 3.10~), python3-six, python3:any, libc6 (>= 2.14)
Size: 58752
SHA256: 54937a51e4319086691f006fc3e79f075e723f35073f45151c013f1ed20d17e8
SHA1: 15a36e28e482e2fd5e33bc92c62e30bac2b4a95c
MD5sum: f709cbff91cf18b5d6708cd049cf22a4
Description: unordered sets with ultra fast operations
The ``intbitset`` library provides a set implementation to store sorted
unsigned integers either 32-bits integers (between ``0`` and
``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
with fast set operations implemented via bit vectors in a *Python C
extension* for speed and reduced memory usage.
Description-md5: 486cac6e16a19a5327daebbdced27a6c
Homepage: https://github.com/inveniosoftware/intbitset/
Section: python
Priority: optional
Filename: pool/main/p/python-intbitset/python3-intbitset_2.3.0-3.2+b1_amd64.deb