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

Last updated: May 18,2024

1. Install "python3-bcolz" package

This is a short guide on how to install python3-bcolz on Kali Linux

$ sudo apt update $ sudo apt install python3-bcolz

2. Uninstall "python3-bcolz" package

This tutorial shows how to uninstall python3-bcolz on Kali Linux:

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

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

Package: python3-bcolz
Source: bcolz
Version: 1.2.1+ds2-8
Installed-Size: 1102
Maintainer: Debian QA Group
Architecture: amd64
Replaces: python-bcolz
Depends: python3-pkg-resources, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libblosc1 (>= 1.9.2), libc6 (>= 2.14)
Recommends: python3-mock, python3-numexpr
Suggests: bcolz-doc, python3-pandas, python3-tables
Breaks: python-bcolz
Size: 296544
SHA256: d13a1cbee8c93d0b7a4d2617fd9ad366d2503a054fa9a9b4b76711b5761105c1
SHA1: e4b5edd71a7aa12f60c4c7ac9de0ba21940cdbbe
MD5sum: 4981edd985a7c971d5e2cc170c08589c
Description: high performant compressed data container based on NumPy (Python 3)
bcolz provides columnar, chunked data containers that can be compressed
in-memory and on-disk. Column storage allows for efficiently querying
tables, as well as for cheap column addition and removal. It is based on
NumPy, and uses it as the standard data container to communicate with
bcolz objects, but it also comes with support for import/export facilities
to/from HDF5/PyTables tables and Pandas dataframes.
.
This package contains the modules for Python 3.
Description-md5: 4403e387cfa99bb12457f65e990e047f
Homepage: https://github.com/Blosc/bcolz
Section: python
Priority: optional
Filename: pool/main/b/bcolz/python3-bcolz_1.2.1+ds2-8_amd64.deb