How To Install vsqlite++ on Fedora 36
Introduction
In this tutorial we learn how to install vsqlite++
on Fedora 36.
What is vsqlite++
VSQLite++ is a C++ wrapper for sqlite3 using the C++ standard library and boost. VSQLite++ is designed to be easy to use and focuses on simplicity.
We can use yum
or dnf
to install vsqlite++
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vsqlite++.
Install vsqlite++ 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 vsqlite++
using dnf
by running the following command:
sudo dnf -y install vsqlite++
Install vsqlite++ 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 vsqlite++
using yum
by running the following command:
sudo yum -y install vsqlite++
How To Uninstall vsqlite++ on Fedora 36
To uninstall only the vsqlite++
package we can use the following command:
sudo dnf remove vsqlite++
vsqlite++ Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/1af79d2a26852d57230143c982dbf99d94a2f7
/usr/lib64/libvsqlitepp.so.3
/usr/lib64/libvsqlitepp.so.3.0.0
/usr/share/doc/vsqlite++
/usr/share/doc/vsqlite++/COPYING
/usr/share/doc/vsqlite++/ChangeLog
/usr/share/doc/vsqlite++/README
References
Summary
In this tutorial we learn how to install vsqlite++
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install vsqlite++ on Fedora 36” linkTitle: “vsqlite++” type: “docs” description: “In this tutorial we learn how to install vsqlite++ in Fedora 36. vsqlite++ is Well designed C++ sqlite 3.x wrapper library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/vsqlite++-featured.png
Introduction
In this tutorial we learn how to install vsqlite++
on Fedora 36.
What is vsqlite++
VSQLite++ is a C++ wrapper for sqlite3 using the C++ standard library and boost. VSQLite++ is designed to be easy to use and focuses on simplicity.
We can use yum
or dnf
to install vsqlite++
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vsqlite++.
Install vsqlite++ 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 vsqlite++
using dnf
by running the following command:
sudo dnf -y install vsqlite++
Install vsqlite++ 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 vsqlite++
using yum
by running the following command:
sudo yum -y install vsqlite++
How To Uninstall vsqlite++ on Fedora 36
To uninstall only the vsqlite++
package we can use the following command:
sudo dnf remove vsqlite++
vsqlite++ Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/da111fd8c2b4215a1d778118f240fc0e648418
/usr/lib/libvsqlitepp.so.3
/usr/lib/libvsqlitepp.so.3.0.0
/usr/share/doc/vsqlite++
/usr/share/doc/vsqlite++/COPYING
/usr/share/doc/vsqlite++/ChangeLog
/usr/share/doc/vsqlite++/README
References
Summary
In this tutorial we learn how to install vsqlite++
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).