How To Install python3-tbb on Rocky Linux 8
In this tutorial we learn how to install python3-tbb on Rocky Linux 8. python3-tbb is Python 3 TBB module
Introduction
In this tutorial we learn how to install python3-tbb
on Rocky Linux 8.
What is python3-tbb
Python 3 TBB module.
We can use yum
or dnf
to install python3-tbb
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-tbb.
Install python3-tbb on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the python3-tbb
package we can use the following command:
sudo dnf remove python3-tbb
python3-tbb Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/1260389fe39a525f189fdbb59e644bb30f2e9d
/usr/lib64/python3.6/site-packages/TBB-0.1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/TBB.py
/usr/lib64/python3.6/site-packages/__pycache__/TBB.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/TBB.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb
/usr/lib64/python3.6/site-packages/tbb/__init__.py
/usr/lib64/python3.6/site-packages/tbb/__main__.py
/usr/lib64/python3.6/site-packages/tbb/__pycache__
/usr/lib64/python3.6/site-packages/tbb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/__main__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/api.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/api.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/pool.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/pool.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/test.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/tbb/__pycache__/test.cpython-36.pyc
/usr/lib64/python3.6/site-packages/tbb/_api.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/tbb/api.py
/usr/lib64/python3.6/site-packages/tbb/pool.py
/usr/lib64/python3.6/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 Rocky Linux 8 using yum and dnf.