How to Install and Uninstall qcoro-qt6-devel.x86_64 Package on AlmaLinux 9

Last updated: June 23,2024

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

Please follow the step by step instructions below to install qcoro-qt6-devel.x86_64 on AlmaLinux 9

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

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

Please follow the instructions below to uninstall qcoro-qt6-devel.x86_64 on AlmaLinux 9:

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

3. Information about the qcoro-qt6-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:36:51 ago on Wed Mar 13 07:41:12 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.