User Guide
Table Of Contents
• user:
sudo sh ./l_[Toolkit Name]Kit_[version].sh -a --silent --eula accept --components
intel.oneapi.lin.tbb.devel
Where:
• --silent - Run the installer in non-interactive (silent) mode.
• --eula - Accept or decline End User License Agreement (EULA), supported values: accept or decline
(default).
• --components – Let you custom installed components.
For example:
sudo sh ./l_BaseToolKit_2021.1.sh --silent --eula accept --components intel.oneapi.lin.tbb.devel
Install oneTBB Using Package Managers
Follow the instructions, using a package manager of your choice.
Conda
This section provides general instructions on installing the oneAPI Threading Building Blocks (oneTBB) via the
Conda* package manager. For additional installation notes, refer to the Conda documentation.
To install oneTBB, run the following command:
conda install -c intel tbb-devel
You can also use: conda install -c intel/label/intel tbb-devel
NOTE See
Intel(R) oneAPI Installation Guide to learn how to configure Conda.
APT
To install oneTBB using APT*, run:
sudo apt-get install intel-tbb-<VERSION>.<UPDATE>-<BUILD_NUMBER>
For example:
sudo apt-get install intel-tbb-2021.5-1.738
NOTE See Intel(R) oneAPI Installation Guide to learn how to configure APT.
YUM
To install oneTBB using YUM*, run:
yum install intel-tbb-<VERSION>.<UPDATE>-<BUILD_NUMBER>
For example:
yum install intel-tbb-2021.5-1.738
NOTE See Intel(R) oneAPI Installation Guide to learn how to configure YUM.
PIP
Get Started with oneAPI Threading Building Blocks (oneTBB) 1
9