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

Last updated: May 12,2024

1. Install "python3-bottleneck" package

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

$ sudo apt update $ sudo apt install python3-bottleneck

2. Uninstall "python3-bottleneck" package

Learn how to uninstall python3-bottleneck on Kali Linux:

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

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

Package: python3-bottleneck
Source: bottleneck (1.3.5+ds1-3)
Version: 1.3.5+ds1-3+b1
Installed-Size: 679
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.4)
Suggests: python-bottleneck-doc
Enhances: python3-pandas
Size: 101116
SHA256: 2bfe933b9da76b82d7f9613ea2a01a2f6877d67df016fae7825e62cb762c9136
SHA1: 9027c0e91441c212ccc7d3135427f14f959f1091
MD5sum: 7f711c4a7d96007c3928d7cdd883479f
Description: Fast NumPy array functions written in C (Python 3)
Bottleneck is a collection of fast NumPy array functions written in C.
.
Only arrays with data type (dtype) int32, int64, float32, and float64 are
accelerated. All other dtypes result in calls to slower, unaccelerated
functions.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/pydata/bottleneck
Section: python
Priority: optional
Filename: pool/main/b/bottleneck/python3-bottleneck_1.3.5+ds1-3+b1_amd64.deb