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

Last updated: February 12,2025

1. Install "python3-joblib.noarch" package

This guide let you learn how to install python3-joblib.noarch on Fedora 35

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

2. Uninstall "python3-joblib.noarch" package

This tutorial shows how to uninstall python3-joblib.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:19:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-joblib
Version : 1.0.1
Release : 5.fc35
Architecture : noarch
Size : 441 k
Source : python-joblib-1.0.1-5.fc35.src.rpm
Repository : fedora
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