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

Last updated: June 03,2024

1. Install "python311-tbb" package

This tutorial shows how to install python311-tbb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-tbb

2. Uninstall "python311-tbb" package

This guide covers the steps necessary to uninstall python311-tbb on openSuSE Tumbleweed:

$ sudo zypper remove python311-tbb

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

Information for package python311-tbb:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-tbb
Version : 2021.11.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 438.2 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.11 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.11 bindings for oneTBB.