How to Install and Uninstall libtbbmalloc2 Package on openSUSE Leap

Last updated: May 21,2024

1. Install "libtbbmalloc2" package

Learn how to install libtbbmalloc2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libtbbmalloc2

2. Uninstall "libtbbmalloc2" package

Please follow the step by step instructions below to uninstall libtbbmalloc2 on openSUSE Leap:

$ sudo zypper remove libtbbmalloc2

3. Information about the libtbbmalloc2 package on openSUSE Leap

Information for package libtbbmalloc2:
--------------------------------------
Repository : Main Repository
Name : libtbbmalloc2
Version : 2019_20190605-150200.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 128.2 KiB
Installed : No
Status : not installed
Source package : tbb-2019_20190605-150200.3.2.1.src
Upstream URL : https://www.threadingbuildingblocks.org/
Summary : Threading Building Blocks (TBB)
Description :
This subpackage contains the two TBB memory allocator templates that
are similar to the STL template class std::allocator. These two
templates, scalable_allocator and cache_aligned_allocator,
address critical issues in parallel programming: scalability and
false sharing.