How to Install and Uninstall libQt6Concurrent6 Package on openSUSE Leap

Last updated: June 29,2024

1. Install "libQt6Concurrent6" package

Please follow the guidelines below to install libQt6Concurrent6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libQt6Concurrent6

2. Uninstall "libQt6Concurrent6" package

In this section, we are going to explain the necessary steps to uninstall libQt6Concurrent6 on openSUSE Leap:

$ sudo zypper remove libQt6Concurrent6

3. Information about the libQt6Concurrent6 package on openSUSE Leap

Information for package libQt6Concurrent6:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libQt6Concurrent6
Version : 6.4.2-150500.3.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 18.3 KiB
Installed : No
Status : not installed
Source package : qt6-base-6.4.2-150500.3.14.1.src
Upstream URL : https://www.qt.io
Summary : Qt 6 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.