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

Last updated: May 07,2024

1. Install "python39-sparse" package

This tutorial shows how to install python39-sparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sparse

2. Uninstall "python39-sparse" package

This tutorial shows how to uninstall python39-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python39-sparse

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

Information for package python39-sparse:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sparse
Version : 0.14.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 730.7 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.