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

Last updated: January 11,2025

1. Install "qcoro-qt5.i686" package

This guide let you learn how to install qcoro-qt5.i686 on Fedora 36

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

2. Uninstall "qcoro-qt5.i686" package

Learn how to uninstall qcoro-qt5.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:51:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qcoro-qt5
Version : 0.5.1
Release : 1.fc36
Architecture : i686
Size : 77 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.