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

Last updated: May 19,2024

1. Install "sqlitecpp.i686" package

This guide let you learn how to install sqlitecpp.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install sqlitecpp.i686

2. Uninstall "sqlitecpp.i686" package

This is a short guide on how to uninstall sqlitecpp.i686 on Fedora 36:

$ sudo dnf remove sqlitecpp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:42:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sqlitecpp
Version : 3.1.1
Release : 4.fc36
Architecture : i686
Size : 39 k
Source : sqlitecpp-3.1.1-4.fc36.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.