How to Install and Uninstall python3-joblib Package on openSUSE Leap

Last updated: July 08,2024

1. Install "python3-joblib" package

Please follow the guidance below to install python3-joblib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-joblib

2. Uninstall "python3-joblib" package

This guide let you learn how to uninstall python3-joblib on openSUSE Leap:

$ sudo zypper remove python3-joblib

3. Information about the python3-joblib package on openSUSE Leap

Information for package python3-joblib:
---------------------------------------
Repository : Main Repository
Name : python3-joblib
Version : 0.16.0-3.46
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-joblib-0.16.0-3.46.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.