How to Install and Uninstall futuresql-qt5.i686 Package on Fedora 38

Last updated: September 29,2024

1. Install "futuresql-qt5.i686" package

Please follow the step by step instructions below to install futuresql-qt5.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install futuresql-qt5.i686

2. Uninstall "futuresql-qt5.i686" package

This is a short guide on how to uninstall futuresql-qt5.i686 on Fedora 38:

$ sudo dnf remove futuresql-qt5.i686 $ sudo dnf autoremove

3. Information about the futuresql-qt5.i686 package on Fedora 38

Last metadata expiration check: 1:47:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : futuresql-qt5
Version : 0.1.1
Release : 1.fc38
Architecture : i686
Size : 48 k
Source : futuresql-0.1.1-1.fc38.src.rpm
Repository : updates
Summary : Non-blocking database framework for Qt 5
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.