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

Last updated: November 23,2024

1. Install "python39-joblib" package

This tutorial shows how to install python39-joblib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-joblib

2. Uninstall "python39-joblib" package

In this section, we are going to explain the necessary steps to uninstall python39-joblib on openSuSE Tumbleweed:

$ sudo zypper remove python39-joblib

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

Information for package python39-joblib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-joblib
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 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.