How to Install and Uninstall libtbb12 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "libtbb12" package

This guide covers the steps necessary to install libtbb12 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libtbb12

2. Uninstall "libtbb12" package

This guide let you learn how to uninstall libtbb12 on openSuSE Tumbleweed:

$ sudo zypper remove libtbb12

3. Information about the libtbb12 package on openSuSE Tumbleweed

Information for package libtbb12:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libtbb12
Version : 2021.11.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 246.7 KiB
Installed : No
Status : not installed
Source package : tbb-2021.11.0-2.4.src
Upstream URL : https://oneapi-src.github.io/oneTBB/
Summary : Threading Building Blocks (TBB)
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 provides the core shared library corresponding to oneTBB.