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

Last updated: October 07,2024

1. Install "python3-threadpoolctl.noarch" package

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

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

2. Uninstall "python3-threadpoolctl.noarch" package

This guide let you learn how to uninstall python3-threadpoolctl.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:06:12 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-threadpoolctl
Version : 2.0.0
Release : 7.fc35
Architecture : noarch
Size : 27 k
Source : python-threadpoolctl-2.0.0-7.fc35.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.