How to Install and Uninstall tbb.x86_64 Package on Amazon Linux 2

Last updated: November 28,2024

1. Install "tbb.x86_64" package

Here is a brief guide to show you how to install tbb.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tbb.x86_64

2. Uninstall "tbb.x86_64" package

Here is a brief guide to show you how to uninstall tbb.x86_64 on Amazon Linux 2:

$ sudo yum remove tbb.x86_64 $ sudo yum autoremove

3. Information about the tbb.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : tbb
Arch : x86_64
Version : 4.1
Release : 9.20130314.amzn2.0.1
Size : 125 k
Repo : amzn2-core/2/x86_64
Summary : The Threading Building Blocks library abstracts low-level
: threading details
URL : http://threadingbuildingblocks.org/
License : GPLv2 with exceptions
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.