How to Install and Uninstall tbb.x86_64 Package on Oracle Linux 9
Last updated: November 16,2024
1. Install "tbb.x86_64" package
Here is a brief guide to show you how to install tbb.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
tbb.x86_64
Copied
2. Uninstall "tbb.x86_64" package
Please follow the guidelines below to uninstall tbb.x86_64 on Oracle Linux 9:
$
sudo dnf remove
tbb.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the tbb.x86_64 package on Oracle Linux 9
Last metadata expiration check: 1:43:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tbb
Version : 2020.3
Release : 8.el9
Architecture : x86_64
Size : 178 k
Source : tbb-2020.3-8.el9.src.rpm
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.
Available Packages
Name : tbb
Version : 2020.3
Release : 8.el9
Architecture : x86_64
Size : 178 k
Source : tbb-2020.3-8.el9.src.rpm
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.