How to Install and Uninstall qcoro-qt5.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "qcoro-qt5.x86_64" package

Please follow the instructions below to install qcoro-qt5.x86_64 on Fedora 36

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

2. Uninstall "qcoro-qt5.x86_64" package

Please follow the guidance below to uninstall qcoro-qt5.x86_64 on Fedora 36:

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

3. Information about the qcoro-qt5.x86_64 package on Fedora 36

Last metadata expiration check: 3:17:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qcoro-qt5
Version : 0.5.1
Release : 1.fc36
Architecture : x86_64
Size : 73 k
Source : qcoro-0.5.1-1.fc36.src.rpm
Repository : updates
Summary : C++ Coroutines for Qt 5
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.