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

Last updated: May 23,2024

1. Install "python310-scikit-sparse" package

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

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

2. Uninstall "python310-scikit-sparse" package

Learn how to uninstall python310-scikit-sparse on openSuSE Tumbleweed:

$ sudo zypper remove python310-scikit-sparse

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

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