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

Last updated: June 30,2024

1. Install "qcoro-qt6.x86_64" package

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

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

2. Uninstall "qcoro-qt6.x86_64" package

Here is a brief guide to show you how to uninstall qcoro-qt6.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:06:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : qcoro-qt6
Version : 0.9.0
Release : 4.el9
Architecture : x86_64
Size : 130 k
Source : qcoro-0.9.0-4.el9.src.rpm
Repository : epel
Summary : C++ Coroutines for Qt 6
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.