How to Install and Uninstall libQt6Concurrent6 Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "libQt6Concurrent6" package

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

$ sudo zypper refresh $ sudo zypper install libQt6Concurrent6

2. Uninstall "libQt6Concurrent6" package

Please follow the guidelines below to uninstall libQt6Concurrent6 on openSuSE Tumbleweed:

$ sudo zypper remove libQt6Concurrent6

3. Information about the libQt6Concurrent6 package on openSuSE Tumbleweed

Information for package libQt6Concurrent6:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libQt6Concurrent6
Version : 6.6.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.3 KiB
Installed : No
Status : not installed
Source package : qt6-base-6.6.2-1.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.