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

Last updated: November 14,2024

1. Install "python36-joblib" package

Please follow the guidelines below to install python36-joblib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-joblib

2. Uninstall "python36-joblib" package

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

$ sudo zypper remove python36-joblib

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

Information for package python36-joblib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.