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

Last updated: June 26,2024

1. Install "python38-scikit-sparse" package

This tutorial shows how to install python38-scikit-sparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-scikit-sparse

2. Uninstall "python38-scikit-sparse" package

Here is a brief guide to show you how to uninstall python38-scikit-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python38-scikit-sparse

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

Information for package python38-scikit-sparse:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-scikit-sparse
Version : 0.4.5-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 498,6 KiB
Installed : No
Status : not installed
Source package : python-scikit-sparse-0.4.5-1.3.src
Summary : Scikits sparse matrix package
Description :
Sparse matrix tools.
This is a sparse matrix code in Python that plays well with
scipy.sparse, but that is somehow unsuitable for inclusion in scipy
proper.
There is a wrapper for the CHOLMOD library for sparse Cholesky
decomposition.