How to Install and Uninstall python310-tbb Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "python310-tbb" package

Please follow the step by step instructions below to install python310-tbb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-tbb

2. Uninstall "python310-tbb" package

This guide let you learn how to uninstall python310-tbb on openSuSE Tumbleweed:

$ sudo zypper remove python310-tbb

3. Information about the python310-tbb package on openSuSE Tumbleweed

Information for package python310-tbb:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tbb
Version : 2021.11.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 199.8 KiB
Installed : No
Status : not installed
Source package : tbb-2021.11.0-2.4.src
Upstream URL : https://oneapi-src.github.io/oneTBB/
Summary : Python 3.10 support for oneAPI Threading Building Blocks (oneTBB)
Description :
oneTBB (previously known as TBB) is a flexible C++ library that simplifies the
work of adding parallelism to complex applications. The library lets you easily
write parallel programs that take full advantage of the multi-core performance.
oneTBB provides you with functions, interfaces, and classes to parallelize and
scale the code.
This package contains python 3.10 bindings for oneTBB.