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

Last updated: July 03,2024

1. Install "python2-sparse" package

Please follow the guidance below to install python2-sparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sparse

2. Uninstall "python2-sparse" package

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

$ sudo zypper remove python2-sparse

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

Information for package python2-sparse:
---------------------------------------
Repository : Main Repository
Name : python2-sparse
Version : 0.3.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 324,5 KiB
Installed : No
Status : not installed
Source package : python-sparse-0.3.1-bp153.1.17.src
Summary : Sparse n-dimensional arrays for Python
Description :
This module implements sparse multidimensional arrays on top of NumPy and
Scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout, but
extends beyond just rows and columns to an arbitrary number of
dimensions.
The original motivation is for machine learning algorithms, but it is
intended for somewhat general use.