How To Install tbb on Fedora 36
Introduction
In this tutorial we learn how to install tbb
on Fedora 36.
What is tbb
Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. TBB requires fewer lines of code to achieve parallelism than other threading models. The applications you write are portable across platforms. Since the library is also inherently scalable, no code maintenance is required as more processor cores become available.
We can use yum
or dnf
to install tbb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tbb.
Install 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 tbb
using dnf
by running the following command:
sudo dnf -y install tbb
Install 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 tbb
using yum
by running the following command:
sudo yum -y install tbb
How To Uninstall tbb on Fedora 36
To uninstall only the tbb
package we can use the following command:
sudo dnf remove tbb
tbb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/5ab31921c3d903230d5d6e1a6d474684e1decc
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/0e6607334b370f2a9ddda1744cff7878dae12f
/usr/lib/.build-id/41
/usr/lib/.build-id/41/6cb8086115daa5621f747f4ff3453743629d8a
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/0063f114390238ab156799e1a7762de66081b4
/usr/lib/libirml.so.1
/usr/lib/libtbb.so.2
/usr/lib/libtbbmalloc.so.2
/usr/lib/libtbbmalloc_proxy.so.2
/usr/share/doc/tbb
/usr/share/doc/tbb/README.md
/usr/share/doc/tbb/Release_Notes.txt
/usr/share/licenses/tbb
/usr/share/licenses/tbb/LICENSE
References
Summary
In this tutorial we learn how to install tbb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tbb on Fedora 36” linkTitle: “tbb” type: “docs” description: “In this tutorial we learn how to install tbb in Fedora 36. tbb is The Threading Building Blocks library abstracts low-level threading details” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tbb-featured.png
Introduction
In this tutorial we learn how to install tbb
on Fedora 36.
What is tbb
Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. TBB requires fewer lines of code to achieve parallelism than other threading models. The applications you write are portable across platforms. Since the library is also inherently scalable, no code maintenance is required as more processor cores become available.
We can use yum
or dnf
to install tbb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tbb.
Install 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 tbb
using dnf
by running the following command:
sudo dnf -y install tbb
Install 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 tbb
using yum
by running the following command:
sudo yum -y install tbb
How To Uninstall tbb on Fedora 36
To uninstall only the tbb
package we can use the following command:
sudo dnf remove tbb
tbb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/e5cf165ccdb97a3578c13f9b9523074143add6
/usr/lib/.build-id/73
/usr/lib/.build-id/73/4809cac63f474507d43d74c9f5bb5a0ba59fd1
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/9254d0be6fc6d486d8ff3252922925d5d1dd93
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/5c024c117d607c4a753c0f263d60322571232b
/usr/lib64/libirml.so.1
/usr/lib64/libtbb.so.2
/usr/lib64/libtbbmalloc.so.2
/usr/lib64/libtbbmalloc_proxy.so.2
/usr/share/doc/tbb
/usr/share/doc/tbb/README.md
/usr/share/doc/tbb/Release_Notes.txt
/usr/share/licenses/tbb
/usr/share/licenses/tbb/LICENSE
References
Summary
In this tutorial we learn how to install tbb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).