How to Install and Uninstall python311-sparse Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "python311-sparse" package

Please follow the steps below to install python311-sparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-sparse

2. Uninstall "python311-sparse" package

Please follow the step by step instructions below to uninstall python311-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python311-sparse

3. Information about the python311-sparse package on openSuSE Tumbleweed

Information for package python311-sparse:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sparse
Version : 0.14.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 944.1 KiB
Installed : No
Status : not installed
Source package : python-sparse-0.14.0-2.5.src
Upstream URL : https://github.com/pydata/sparse
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.