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

Last updated: October 06,2024

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

This guide covers the steps necessary to install qcoro-qt6-devel.i686 on Fedora 36

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

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

This tutorial shows how to uninstall qcoro-qt6-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:09:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : qcoro-qt6-devel
Version : 0.5.1
Release : 1.fc36
Architecture : i686
Size : 38 k
Source : qcoro-0.5.1-1.fc36.src.rpm
Repository : updates
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.