How to Install and Uninstall qcoro-qt6.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "qcoro-qt6.x86_64" package

This is a short guide on how to install qcoro-qt6.x86_64 on Fedora 39

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

2. Uninstall "qcoro-qt6.x86_64" package

Learn how to uninstall qcoro-qt6.x86_64 on Fedora 39:

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

3. Information about the qcoro-qt6.x86_64 package on Fedora 39

Last metadata expiration check: 2:34:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : qcoro-qt6
Version : 0.9.0
Release : 8.fc39
Architecture : x86_64
Size : 127 k
Source : qcoro-0.9.0-8.fc39.src.rpm
Repository : updates
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.