How To Install python3-tbb on Fedora 36

In this tutorial we learn how to install python3-tbb in Fedora 36. python3-tbb is Python 3 TBB module

Introduction

In this tutorial we learn how to install python3-tbb on Fedora 36.

What is python3-tbb

Python 3 TBB module.

We can use yum or dnf to install python3-tbb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-tbb.

Install python3-tbb on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-tbb using dnf by running the following command:

sudo dnf -y install python3-tbb

Install python3-tbb on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-tbb using yum by running the following command:

sudo yum -y install python3-tbb

How To Uninstall python3-tbb on Fedora 36

To uninstall only the python3-tbb package we can use the following command:

sudo dnf remove python3-tbb

python3-tbb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/b8bbcd5450b9fc1d4c2ea51a040fcc10d89e51
/usr/lib64/python3.10/site-packages/TBB-0.1-py3.10.egg-info
/usr/lib64/python3.10/site-packages/TBB.py
/usr/lib64/python3.10/site-packages/__pycache__/TBB.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/TBB.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb
/usr/lib64/python3.10/site-packages/tbb/__init__.py
/usr/lib64/python3.10/site-packages/tbb/__main__.py
/usr/lib64/python3.10/site-packages/tbb/__pycache__
/usr/lib64/python3.10/site-packages/tbb/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/__main__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/api.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/pool.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/pool.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/tbb/__pycache__/test.cpython-310.pyc
/usr/lib64/python3.10/site-packages/tbb/_api.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/tbb/api.py
/usr/lib64/python3.10/site-packages/tbb/pool.py
/usr/lib64/python3.10/site-packages/tbb/test.py
/usr/share/doc/python3-tbb
/usr/share/doc/python3-tbb/index.html

References

Summary

In this tutorial we learn how to install python3-tbb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).