How to Install and Uninstall python3-joblib.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "python3-joblib.noarch" package

Please follow the step by step instructions below to install python3-joblib.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-joblib.noarch

2. Uninstall "python3-joblib.noarch" package

Please follow the guidelines below to uninstall python3-joblib.noarch on Fedora 36:

$ sudo dnf remove python3-joblib.noarch $ sudo dnf autoremove

3. Information about the python3-joblib.noarch package on Fedora 36

Last metadata expiration check: 1:39:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-joblib
Version : 1.1.0
Release : 3.fc36.1
Architecture : noarch
Size : 445 k
Source : python-joblib-1.1.0-3.fc36.1.src.rpm
Repository : updates
Summary : Lightweight pipelining: using Python functions as pipeline jobs
URL : https://joblib.readthedocs.io
License : BSD
Description : Joblib is a set of tools to provide lightweight pipelining in Python.
: In particular, joblib offers:
: * transparent disk-caching of the output values and lazy
: re-evaluation (memorize pattern)
: * easy simple parallel computing
: * logging and tracing of the execution