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

Last updated: April 25,2024

1. Install "python3-fastcluster" package

This guide let you learn how to install python3-fastcluster on Kali Linux

$ sudo apt update $ sudo apt install python3-fastcluster

2. Uninstall "python3-fastcluster" package

Please follow the guidance below to uninstall python3-fastcluster on Kali Linux:

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

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

Package: python3-fastcluster
Source: r-cran-fastcluster
Version: 1.2.6-1
Installed-Size: 174
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.13), python3 (>= 3.11~), python3:any
Recommends: python3-scipy
Size: 41996
SHA256: 9042186f4309e6f6727ac507a37a9e61f9d4bdb7767cb15a5a2ce09be214dbe6
SHA1: 80218c0ee26f7dc348a60580d61e00552a587625
MD5sum: 9bb10de57e17402b13fe2f889b1b8f34
Description: Fast hierarchical clustering routines for Python 3
This library provides Python functions for hierarchical
clustering. It generates hierarchical clusters from distance matrices
or from vector data.
.
Part of this module is intended to replace the functions
.
linkage, single, complete, average, weighted, centroid, median, ward
.
in the module scipy.cluster.hierarchy with the same functionality but
much faster algorithms. Moreover, the function 'linkage_vector'
provides memory-efficient clustering for vector data.
.
The interface is very similar to MATLAB's Statistics Toolbox API to
make code easier to port from MATLAB to Python/Numpy. The core
implementation of this library is in C++ for efficiency.
.
This package provides the package's Python 3 interface.
Description-md5:
Homepage: https://cran.r-project.org/package=fastcluster
Section: python
Priority: optional
Filename: pool/main/r/r-cran-fastcluster/python3-fastcluster_1.2.6-1_amd64.deb