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

Last updated: January 11,2025

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

This is a short guide on how to install futuresql-qt6-devel.x86_64 on Fedora 39

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

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

Here is a brief guide to show you how to uninstall futuresql-qt6-devel.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:37:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : futuresql-qt6-devel
Version : 0.1.1
Release : 2.fc39
Architecture : x86_64
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.