How to Install and Uninstall python311-joblib Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python311-joblib" package
This tutorial shows how to install python311-joblib on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-joblib
Copied
2. Uninstall "python311-joblib" package
In this section, we are going to explain the necessary steps to uninstall python311-joblib on openSuSE Tumbleweed:
$
sudo zypper remove
python311-joblib
Copied
3. Information about the python311-joblib package on openSuSE Tumbleweed
Information for package python311-joblib:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-joblib
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.5 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.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-joblib
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.5 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.