How to Install and Uninstall tbb.src Package on Oracle Linux 9

Last updated: October 31,2024

1. Install "tbb.src" package

Please follow the instructions below to install tbb.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tbb.src

2. Uninstall "tbb.src" package

This guide let you learn how to uninstall tbb.src on Oracle Linux 9:

$ sudo dnf remove tbb.src $ sudo dnf autoremove

3. Information about the tbb.src package on Oracle Linux 9

Last metadata expiration check: 0:40:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tbb
Version : 2020.3
Release : 8.el9
Architecture : src
Size : 2.5 M
Source : None
Repository : ol9_appstream
Summary : The Threading Building Blocks library abstracts low-level threading details
URL : http://threadingbuildingblocks.org/
License : ASL 2.0
Description : 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.