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

Last updated: September 25,2024

1. Install "qcoro-qt6.i686" package

Please follow the guidance below to install qcoro-qt6.i686 on Fedora 39

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

2. Uninstall "qcoro-qt6.i686" package

In this section, we are going to explain the necessary steps to uninstall qcoro-qt6.i686 on Fedora 39:

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

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

Last metadata expiration check: 2:36:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : qcoro-qt6
Version : 0.9.0
Release : 8.fc39
Architecture : i686
Size : 137 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.