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

Last updated: April 29,2024

1. Install "python3-cluster" package

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

$ sudo apt update $ sudo apt install python3-cluster

2. Uninstall "python3-cluster" package

Please follow the guidelines below to uninstall python3-cluster on Kali Linux:

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

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

Package: python3-cluster
Source: python-cluster
Version: 1.4.1.post3-1
Installed-Size: 72
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 16492
SHA256: ed61a0fa0f16233dc4f67388aa13179128742c65401f4786ba5ae13904694381
SHA1: adaf4494eff2c29001482eca851aec1038c0e049
MD5sum: 0e097c75a6e17fc845185071150b4481
Description: 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:
Homepage: https://github.com/exhuma/python-cluster/
Section: python
Priority: optional
Filename: pool/main/p/python-cluster/python3-cluster_1.4.1.post3-1_all.deb