How to Install and Uninstall python3-cluster Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-cluster" package

Please follow the instructions below to install python3-cluster on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cluster

2. Uninstall "python3-cluster" package

Please follow the guidelines below to uninstall python3-cluster on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cluster package on Ubuntu 21.10 (Impish Indri)

Package: python3-cluster
Architecture: all
Version: 1.3.3-3
Priority: optional
Section: universe/python
Source: python-cluster
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 70
Depends: python3:any, python3-pkg-resources
Filename: pool/universe/p/python-cluster/python3-cluster_1.3.3-3_all.deb
Size: 14420
MD5sum: eaf715c5188ad997c9ac46e68c758716
SHA1: 82bfa1b92413d516daa89e25ac299696bb39b01f
SHA256: d3075c3ff04058755ef7e20e776c6464ee75d711c366dd49915a1e5f41ca6163
SHA512: 9da4b3cc53461c67c654a3daa971b6c61eb8cbf13aba74a4958c930d881a0ae2b76a32b9563a154ea9cc012311c3c091bd1bd5bdf85b72af708c77993ef63f15
Homepage: https://github.com/exhuma/python-cluster/
Description-en: allows grouping a list of arbitrary objects into related groups (clusters)
python-cluster is a "simple" package that allows users to create several groups
(clusters) of objects from a list. It's meant to be flexible and able to
cluster any object. To ensure this kind of flexibility, you need not only to
supply the list of objects, but also a function that calculates the similarity
between two of those objects. For simple datatypes, like integers, this can be
as simple as a subtraction, but more complex calculations are possible. Right
now, it is possible to generate the clusters using a hierarchical clustering
and the popular K-Means algorithm. For the hierarchical algorithm there are
different "linkage" (single, complete, average and uclus) methods available.
.
This is the Python 3 compatible package.
Description-md5: 0519ad521b7880cca0ae0513f9312627