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

Last updated: November 30,2024

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

Learn how to install futuresql-qt6-devel.i686 on Fedora 39

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

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

Learn how to uninstall futuresql-qt6-devel.i686 on Fedora 39:

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

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

Last metadata expiration check: 4:10:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : futuresql-qt6-devel
Version : 0.1.1
Release : 2.fc39
Architecture : i686
Size : 15 k
Source : futuresql-0.1.1-2.fc39.src.rpm
Repository : updates
Summary : Development files for FutureSQL (Qt 6 version)
URL : https://invent.kde.org/libraries/futuresql/
License : (LGPL-2.1-only OR LGPL-3.0-only) AND BSD-2-Clause
Description : FutureSQL was in part inspired by Diesel, and provides a higher level of
: abstraction than QtSql. Its features include non-blocking database access by
: default, relatively boilerplate-free queries, automatic database migrations
: and simple mapping to objects. In order to make FutureSQL's use of templates
: less confusing, FutureSQL uses C++20 concepts, and requires a C++20 compiler.