How to Install and Uninstall python3-threadpoolctl.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-threadpoolctl.noarch" package

This guide let you learn how to install python3-threadpoolctl.noarch on Fedora 34

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

2. Uninstall "python3-threadpoolctl.noarch" package

This is a short guide on how to uninstall python3-threadpoolctl.noarch on Fedora 34:

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

3. Information about the python3-threadpoolctl.noarch package on Fedora 34

Last metadata expiration check: 2:34:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-threadpoolctl
Version : 2.0.0
Release : 5.fc34
Architecture : noarch
Size : 27 k
Source : python-threadpoolctl-2.0.0-5.fc34.src.rpm
Repository : fedora
Summary : Thread-pool Controls
URL : https://github.com/joblib/threadpoolctl
License : BSD
Description :
: Python helpers to limit the number of threads used in the
: threadpool-backed of common native libraries used for scientific computing
: and data science (e.g. BLAS and OpenMP).
: Fine control of the underlying thread-pool size can be useful in
: workloads that involve nested parallelism so as to mitigate
: oversubscription issues.