How to Install and Uninstall libQt5Concurrent5-32bit Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libQt5Concurrent5-32bit" package

This guide covers the steps necessary to install libQt5Concurrent5-32bit on openSUSE Leap

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

2. Uninstall "libQt5Concurrent5-32bit" package

This guide let you learn how to uninstall libQt5Concurrent5-32bit on openSUSE Leap:

$ sudo zypper remove libQt5Concurrent5-32bit

3. Information about the libQt5Concurrent5-32bit package on openSUSE Leap

Information for package libQt5Concurrent5-32bit:
------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libQt5Concurrent5-32bit
Version : 5.15.8+kde185-150500.4.16.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 25.5 KiB
Installed : No
Status : not installed
Source package : libqt5-qtbase-5.15.8+kde185-150500.4.16.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.