How to Install and Uninstall python312-joblib Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python312-joblib" package

Learn how to install python312-joblib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-joblib

2. Uninstall "python312-joblib" package

This is a short guide on how to uninstall python312-joblib on openSuSE Tumbleweed:

$ sudo zypper remove python312-joblib

3. Information about the python312-joblib package on openSuSE Tumbleweed

Information for package python312-joblib:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-joblib
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-joblib-1.3.2-2.2.src
Upstream URL : https://github.com/joblib/joblib
Summary : Module for using Python functions as pipeline jobs
Description :
Joblib is a set of tools to provide lightweight pipelining in
Python. In particular, joblib offers:
1. transparent disk-caching of the output values and lazy re-evaluation
(memoize pattern)
2. parallel computing
3. logging and tracing of the execution
Joblib can handle large data and has specific optimizations for `numpy` arrays.