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

Last updated: September 06,2024

1. Install "python312-scikit-sparse" package

This guide let you learn how to install python312-scikit-sparse on openSuSE Tumbleweed

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

2. Uninstall "python312-scikit-sparse" package

This guide let you learn how to uninstall python312-scikit-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python312-scikit-sparse

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

Information for package python312-scikit-sparse:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-scikit-sparse
Version : 0.4.12-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 541.6 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.