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

Last updated: May 21,2024

1. Install "python3-sparse" package

Please follow the steps below to install python3-sparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sparse

2. Uninstall "python3-sparse" package

In this section, we are going to explain the necessary steps to uninstall python3-sparse on openSUSE Leap:

$ sudo zypper remove python3-sparse

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

Information for package python3-sparse:
---------------------------------------
Repository : Main Repository
Name : python3-sparse
Version : 0.11.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 851.3 KiB
Installed : No
Status : not installed
Source package : python-sparse-0.11.2-bp155.2.11.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.