How to Install and Uninstall sqlitecpp.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "sqlitecpp.i686" package

In this section, we are going to explain the necessary steps to install sqlitecpp.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install sqlitecpp.i686

2. Uninstall "sqlitecpp.i686" package

Please follow the steps below to uninstall sqlitecpp.i686 on Fedora 35:

$ sudo dnf remove sqlitecpp.i686 $ sudo dnf autoremove

3. Information about the sqlitecpp.i686 package on Fedora 35

Last metadata expiration check: 1:04:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : sqlitecpp
Version : 3.1.1
Release : 3.fc35
Architecture : i686
Size : 38 k
Source : sqlitecpp-3.1.1-3.fc35.src.rpm
Repository : fedora
Summary : Smart and easy to use C++ SQLite3 wrapper
URL : https://github.com/SRombauts/SQLiteCpp
License : MIT
Description : SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
:
: SQLiteC++ offers an encapsulation around the native C APIs of SQLite,
: with a few intuitive and well documented C++ classes.