How To Install vsqlite++-devel on Fedora 36
Introduction
In this tutorial we learn how to install vsqlite++-devel on Fedora 36.
What is vsqlite++-devel
This package contains development files for vsqlite++.
We can use yum or dnf to install vsqlite++-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vsqlite++-devel.
Install vsqlite++-devel 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++-devel using dnf by running the following command:
sudo dnf -y install vsqlite++-devel
Install vsqlite++-devel 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++-devel using yum by running the following command:
sudo yum -y install vsqlite++-devel
---
How To Uninstall vsqlite++-devel on Fedora 36
title: “How To Install vsqlite++-devel on Fedora 36”
linkTitle: “vsqlite++-devel”
To uninstall only the vsqlite++-devel package we can use the following command:
type: “docs”
description: "In this tutorial we learn how to install vsqlite++-devel in Fedora 36. vsqlite++-devel is Development files for vsqlite++"
sudo dnf remove vsqlite++-devel
date: "2022-08-17"
lastmod: “2022-08-17”
vsqlite++-devel Package Contents on Fedora 36
#image: /images/fedora/36/vsqlite++-devel-featured.png
## Introduction
In this tutorial we learn how to install `vsqlite++-devel` on Fedora 36.
### What is `vsqlite++-devel`
> This package contains development files for vsqlite++.
We can use `yum` or `dnf` to install `vsqlite++-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vsqlite++-devel.
## Install vsqlite++-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install vsqlite++-devel using dnf by running the following command:
sudo dnf -y install vsqlite++-devel
Install vsqlite++-devel 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++-devel using yum by running the following command:
sudo yum -y install vsqlite++-devel
How To Uninstall vsqlite++-devel on Fedora 36
To uninstall only the vsqlite++-devel package we can use the following command:
sudo dnf remove vsqlite++-devel
vsqlite++-devel Package Contents on Fedora 36
/usr/include/sqlite
/usr/include/sqlite/command.hpp
/usr/include/sqlite/connection.hpp
/usr/include/sqlite/database_exception.hpp
/usr/include/sqlite/execute.hpp
/usr/include/sqlite/ext
/usr/include/sqlite/ext/variant.hpp
/usr/include/sqlite/query.hpp
/usr/include/sqlite/result.hpp
/usr/include/sqlite/savepoint.hpp
/usr/include/sqlite/transaction.hpp
/usr/include/sqlite/view.hpp
/usr/lib64/libvsqlitepp.so
/usr/share/doc/vsqlite++-devel
/usr/share/doc/vsqlite++-devel/COPYING
/usr/share/doc/vsqlite++-devel/ChangeLog
/usr/share/doc/vsqlite++-devel/README
References
Summary
In this tutorial we learn how to install vsqlite++-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/sqlite /usr/include/sqlite/command.hpp /usr/include/sqlite/connection.hpp /usr/include/sqlite/database_exception.hpp /usr/include/sqlite/execute.hpp /usr/include/sqlite/ext /usr/include/sqlite/ext/variant.hpp /usr/include/sqlite/query.hpp /usr/include/sqlite/result.hpp /usr/include/sqlite/savepoint.hpp /usr/include/sqlite/transaction.hpp /usr/include/sqlite/view.hpp /usr/lib/libvsqlitepp.so /usr/share/doc/vsqlite++-devel /usr/share/doc/vsqlite++-devel/COPYING /usr/share/doc/vsqlite++-devel/ChangeLog /usr/share/doc/vsqlite++-devel/README
## References
* [vsqlite++-devel website](http://vsqlite.virtuosic-bytes.com)
## Summary
In this tutorial we learn how to install `vsqlite++-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).