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

Last updated: September 30,2024

1. Install "sqlitecpp.x86_64" package

This guide let you learn how to install sqlitecpp.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install sqlitecpp.x86_64

2. Uninstall "sqlitecpp.x86_64" package

In this section, we are going to explain the necessary steps to uninstall sqlitecpp.x86_64 on Fedora 35:

$ sudo dnf remove sqlitecpp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:53:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : sqlitecpp
Version : 3.1.1
Release : 3.fc35
Architecture : x86_64
Size : 37 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.