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

Last updated: November 26,2024

1. Install "qcoro-qt5-devel.x86_64" package

Here is a brief guide to show you how to install qcoro-qt5-devel.x86_64 on Fedora 35

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

2. Uninstall "qcoro-qt5-devel.x86_64" package

Learn how to uninstall qcoro-qt5-devel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:38:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : qcoro-qt5-devel
Version : 0.4.0
Release : 4.fc35
Architecture : x86_64
Size : 35 k
Source : qcoro-0.4.0-4.fc35.src.rpm
Repository : updates
Summary : Development files for QCoro (Qt 5 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.