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

Last updated: January 09,2025

1. Install "tbb.i686" package

This guide let you learn how to install tbb.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tbb.i686

2. Uninstall "tbb.i686" package

Please follow the instructions below to uninstall tbb.i686 on Amazon Linux 2:

$ sudo yum remove tbb.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : tbb
Arch : i686
Version : 4.1
Release : 9.20130314.amzn2.0.1
Size : 134 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.