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

Last updated: May 23,2024

1. Install "python38-joblib" package

Please follow the instructions below to install python38-joblib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-joblib

2. Uninstall "python38-joblib" package

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

$ sudo zypper remove python38-joblib

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

Information for package python38-joblib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-joblib
Version : 1.1.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2,1 MiB
Installed : No
Status : not installed
Source package : python-joblib-1.1.0-1.1.src
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.