How to Install and Uninstall python2-cluster Package on openSUSE Leap

Last updated: March 15,2025

1. Install "python2-cluster" package

This guide let you learn how to install python2-cluster on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-cluster

2. Uninstall "python2-cluster" package

Please follow the guidance below to uninstall python2-cluster on openSUSE Leap:

$ sudo zypper remove python2-cluster

3. Information about the python2-cluster package on openSUSE Leap

Information for package python2-cluster:
----------------------------------------
Repository : Main Repository
Name : python2-cluster
Version : 1.4.1.post2-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 108,6 KiB
Installed : No
Status : not installed
Source package : python-cluster-1.4.1.post2-bp153.1.14.src
Summary : Clustering library for python
Description :
The python-cluster package allows you 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.

5. The same packages on other Linux Distributions