How To Install sqlitecpp on Fedora 36
Introduction
In this tutorial we learn how to install sqlitecpp
on Fedora 36.
What is sqlitecpp
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.
We can use yum
or dnf
to install sqlitecpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlitecpp.
Install sqlitecpp on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sqlitecpp
using dnf
by running the following command:
sudo dnf -y install sqlitecpp
Install sqlitecpp on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sqlitecpp
using yum
by running the following command:
sudo yum -y install sqlitecpp
How To Uninstall sqlitecpp on Fedora 36
To uninstall only the sqlitecpp
package we can use the following command:
sudo dnf remove sqlitecpp
sqlitecpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/303e87d9c4055d2a6a3aa3b4134773cdaac2d0
/usr/lib/libSQLiteCpp.so.0
/usr/share/doc/sqlitecpp
/usr/share/doc/sqlitecpp/CHANGELOG.md
/usr/share/doc/sqlitecpp/README.md
/usr/share/licenses/sqlitecpp
/usr/share/licenses/sqlitecpp/LICENSE.txt
References
Summary
In this tutorial we learn how to install sqlitecpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sqlitecpp on Fedora 36” linkTitle: “sqlitecpp” type: “docs” description: “In this tutorial we learn how to install sqlitecpp in Fedora 36. sqlitecpp is Smart and easy to use C++ SQLite3 wrapper” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sqlitecpp-featured.png
Introduction
In this tutorial we learn how to install sqlitecpp
on Fedora 36.
What is sqlitecpp
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.
We can use yum
or dnf
to install sqlitecpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlitecpp.
Install sqlitecpp on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sqlitecpp
using dnf
by running the following command:
sudo dnf -y install sqlitecpp
Install sqlitecpp on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sqlitecpp
using yum
by running the following command:
sudo yum -y install sqlitecpp
How To Uninstall sqlitecpp on Fedora 36
To uninstall only the sqlitecpp
package we can use the following command:
sudo dnf remove sqlitecpp
sqlitecpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/31cb1b97f1efce318585c8aa37cb38472cf35b
/usr/lib64/libSQLiteCpp.so.0
/usr/share/doc/sqlitecpp
/usr/share/doc/sqlitecpp/CHANGELOG.md
/usr/share/doc/sqlitecpp/README.md
/usr/share/licenses/sqlitecpp
/usr/share/licenses/sqlitecpp/LICENSE.txt
References
Summary
In this tutorial we learn how to install sqlitecpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).