How to Install and Uninstall libQt5Concurrent5-32bit Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "libQt5Concurrent5-32bit" package

Here is a brief guide to show you how to install libQt5Concurrent5-32bit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libQt5Concurrent5-32bit

2. Uninstall "libQt5Concurrent5-32bit" package

Learn how to uninstall libQt5Concurrent5-32bit on openSuSE Tumbleweed:

$ sudo zypper remove libQt5Concurrent5-32bit

3. Information about the libQt5Concurrent5-32bit package on openSuSE Tumbleweed

Information for package libQt5Concurrent5-32bit:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libQt5Concurrent5-32bit
Version : 5.15.12+kde151-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 29.6 KiB
Installed : No
Status : not installed
Source package : libqt5-qtbase-5.15.12+kde151-1.1.src
Upstream URL : https://www.qt.io
Summary : Qt 5 Concurrent Library
Description :
The QtConcurrent namespace provides high-level APIs that help write
multi-threaded programs without using low-level threading primitives
such as mutexes, read-write locks, wait conditions, or semaphores.
Programs written with QtConcurrent automatically adjust the number of
threads used according to the number of processor cores available.
QtConcurrent includes functional programming style APIs for parallel
list processing, including a MapReduce and FilterReduce
implementation for shared-memory (non-distributed) systems, and
classes for managing asynchronous computations in GUI applications.