How to Install and Uninstall tbb.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "tbb.i686" package

Please follow the guidance below to install tbb.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install tbb.i686

2. Uninstall "tbb.i686" package

Please follow the steps below to uninstall tbb.i686 on Fedora 36:

$ sudo dnf remove tbb.i686 $ sudo dnf autoremove

3. Information about the tbb.i686 package on Fedora 36

Last metadata expiration check: 4:13:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : tbb
Version : 2020.3
Release : 9.fc35
Architecture : i686
Size : 175 k
Source : tbb-2020.3-9.fc35.src.rpm
Repository : fedora
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.