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

Last updated: May 18,2024

1. Install "python38-sparse" package

Here is a brief guide to show you how to install python38-sparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-sparse

2. Uninstall "python38-sparse" package

In this section, we are going to explain the necessary steps to uninstall python38-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python38-sparse

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

Information for package python38-sparse:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sparse
Version : 0.13.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 900,8 KiB
Installed : No
Status : not installed
Source package : python-sparse-0.13.0-1.1.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.