How to Install and Uninstall python3-fast-histogram Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-fast-histogram" package

Please follow the steps below to install python3-fast-histogram on Kali Linux

$ sudo apt update $ sudo apt install python3-fast-histogram

2. Uninstall "python3-fast-histogram" package

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

$ sudo apt remove python3-fast-histogram $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-fast-histogram package on Kali Linux

Package: python3-fast-histogram
Source: fast-histogram
Version: 0.11-2
Installed-Size: 78
Maintainer: Debian Astronomy Maintainers
Architecture: amd64
Depends: python3 (>= 3~), python3-numpy, python3:any, libc6 (>= 2.4)
Size: 20112
SHA256: f2693aafe875f36b2287f1ead2f6b0a65958bdbe1b637b7fb4ff99250f40f0b5
SHA1: bfdad20bd62d85508928ac8b87b22b72f74b96f0
MD5sum: 0893a444e3f881ad8985881f01d4082a
Description: Fast 1D and 2D histogram functions in Python
fast-histogram aims to provide simple and fast histogram functions for
regular bins that don't compromise on performance. It doesn't do
anything complicated - it just implements a simple histogram algorithm in C and
keeps it simple. The aim is to have functions that are fast but also robust and
reliable. The result is a 1D histogram function here that is 7-15x faster than
numpy.histogram, and a 2D histogram function that is 20-25x faster than
numpy.histogram2d.
Description-md5:
Homepage: https://github.com/astrofrog/fast-histogram
Section: python
Priority: optional
Filename: pool/main/f/fast-histogram/python3-fast-histogram_0.11-2_amd64.deb