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

Last updated: May 02,2024

1. Install "python39-scikit-sparse" package

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

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

2. Uninstall "python39-scikit-sparse" package

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

$ sudo zypper remove python39-scikit-sparse

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

Information for package python39-scikit-sparse:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-scikit-sparse
Version : 0.4.12-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 510.1 KiB
Installed : No
Status : not installed
Source package : python-scikit-sparse-0.4.12-2.1.src
Upstream URL : https://github.com/scikit-sparse/scikit-sparse/
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.