How to Install and Uninstall qcoro-qt6-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "qcoro-qt6-devel.x86_64" package

This is a short guide on how to install qcoro-qt6-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install qcoro-qt6-devel.x86_64

2. Uninstall "qcoro-qt6-devel.x86_64" package

Learn how to uninstall qcoro-qt6-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove qcoro-qt6-devel.x86_64 $ sudo dnf autoremove

3. Information about the qcoro-qt6-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:16:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : qcoro-qt6-devel
Version : 0.9.0
Release : 4.el9
Architecture : x86_64
Size : 58 k
Source : qcoro-0.9.0-4.el9.src.rpm
Repository : epel
Summary : Development files for QCoro (Qt 6 version)
URL : https://github.com/danvratil/qcoro
License : MIT
Description : The QCoro library provides set of tools to make use of the C++20 coroutines
: in connection with certain asynchronous Qt actions.
:
: The major benefit of using coroutines with Qt types is that it allows writing
: asynchronous code as if it were synchronous and, most importantly, while the
: coroutine is co_awaiting, the Qt event loop runs as usual, meaning that your
: application remains responsive.