Install with Package Managers#

Follow the instructions using a package manager of your choice.

Tip

Refer to Intel® oneAPI Toolkits Installation Guide for Linux* OS to see the list of available packages.

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

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

Conda#

To install oneTBB using Conda*, run the following command:

conda install -c intel tbb

Note

For additional installation notes, refer to Conda documentation.

PIP#

To install oneTBB using PIP*, run:

pip install -c intel tbb==<version>

For example:

pip install -c intel tbb==2021.9

Install oneTBB to Different Directories#

To change the default installation directory, add --prefix=/path/to/install/dir` at the end of the installation command.

For example:

yum install intel-tbb-2021.5-1.738 --prefix=/path/to/install/dir