How to Install and Uninstall python3-scikit-sparse Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-scikit-sparse" package

Please follow the instructions below to install python3-scikit-sparse on openSUSE Leap

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

2. Uninstall "python3-scikit-sparse" package

Please follow the steps below to uninstall python3-scikit-sparse on openSUSE Leap:

$ sudo zypper remove python3-scikit-sparse

3. Information about the python3-scikit-sparse package on openSUSE Leap

Information for package python3-scikit-sparse:
----------------------------------------------
Repository : Main Repository
Name : python3-scikit-sparse
Version : 0.4.4-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 525.6 KiB
Installed : No
Status : not installed
Source package : python-scikit-sparse-0.4.4-bp155.2.13.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.