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

Last updated: July 03,2024

1. Install "python311-scikit-sparse" package

Please follow the step by step instructions below to install python311-scikit-sparse on openSuSE Tumbleweed

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

2. Uninstall "python311-scikit-sparse" package

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

$ sudo zypper remove python311-scikit-sparse

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

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