How to Install and Uninstall python3-fastcluster Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "python3-fastcluster" package

Learn how to install python3-fastcluster on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fastcluster

2. Uninstall "python3-fastcluster" package

This tutorial shows how to uninstall python3-fastcluster on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-fastcluster package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-fastcluster
Priority: optional
Section: universe/python
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: r-cran-fastcluster
Version: 1.1.16-2
Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/r/r-cran-fastcluster/python3-fastcluster_1.1.16-2_amd64.deb
Size: 38516
MD5sum: 5cb5df7d24aa44ad686a4842eea6fa30
SHA1: e56976b7c20b826cdf7d08edd84cf35e674da5ab
SHA256: cfcf95614ab98b9a60eda527ece8e7faf8cc7646dd213b905912e0951866de5b
Description-en: 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: 6c6213f1ce213becdc440deefb803999
Homepage: http://cran.r-project.org/web/packages/fastcluster/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu