How To Install sqlite2-devel on Fedora 36

In this tutorial we learn how to install sqlite2-devel in Fedora 36. sqlite2-devel is Development files for SQLite

Introduction

In this tutorial we learn how to install sqlite2-devel on Fedora 36.

What is sqlite2-devel

SQLite is a small, fast, embeddable SQL database engine that supports most of SQL92, including transactions with atomic commit and rollback, subqueries, compound queries, triggers, and views. This package contains static library and header files for developing applications using sqlite.

We can use yum or dnf to install sqlite2-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlite2-devel.

Install sqlite2-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 sqlite2-devel using dnf by running the following command:

sudo dnf -y install sqlite2-devel

Install sqlite2-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 sqlite2-devel using yum by running the following command:

sudo yum -y install sqlite2-devel

How To Uninstall sqlite2-devel on Fedora 36

To uninstall only the sqlite2-devel package we can use the following command:

sudo dnf remove sqlite2-devel

sqlite2-devel Package Contents on Fedora 36

/usr/include/sqlite.h
/usr/lib/libsqlite.so
/usr/lib/pkgconfig/sqlite.pc
/usr/share/doc/sqlite2-devel
/usr/share/doc/sqlite2-devel/README
/usr/share/doc/sqlite2-devel/arch.html
/usr/share/doc/sqlite2-devel/arch.png
/usr/share/doc/sqlite2-devel/c_interface.html
/usr/share/doc/sqlite2-devel/changes.html
/usr/share/doc/sqlite2-devel/conflict.html
/usr/share/doc/sqlite2-devel/datatypes.html
/usr/share/doc/sqlite2-devel/download.html
/usr/share/doc/sqlite2-devel/faq.html
/usr/share/doc/sqlite2-devel/fileformat.html
/usr/share/doc/sqlite2-devel/formatchng.html
/usr/share/doc/sqlite2-devel/index.html
/usr/share/doc/sqlite2-devel/lang.html
/usr/share/doc/sqlite2-devel/lemon.html
/usr/share/doc/sqlite2-devel/mingw.html
/usr/share/doc/sqlite2-devel/nulls.html
/usr/share/doc/sqlite2-devel/omitted.html
/usr/share/doc/sqlite2-devel/opcode.html
/usr/share/doc/sqlite2-devel/quickstart.html
/usr/share/doc/sqlite2-devel/report1.txt
/usr/share/doc/sqlite2-devel/speed.html
/usr/share/doc/sqlite2-devel/sqlite.html
/usr/share/doc/sqlite2-devel/tclsqlite.html
/usr/share/doc/sqlite2-devel/vdbe.html

References

Summary

In this tutorial we learn how to install sqlite2-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install sqlite2-devel on Fedora 36” linkTitle: “sqlite2-devel” type: “docs” description: “In this tutorial we learn how to install sqlite2-devel in Fedora 36. sqlite2-devel is Development files for SQLite” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sqlite2-devel-featured.png

Introduction

In this tutorial we learn how to install sqlite2-devel on Fedora 36.

What is sqlite2-devel

SQLite is a small, fast, embeddable SQL database engine that supports most of SQL92, including transactions with atomic commit and rollback, subqueries, compound queries, triggers, and views. This package contains static library and header files for developing applications using sqlite.

We can use yum or dnf to install sqlite2-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqlite2-devel.

Install sqlite2-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 sqlite2-devel using dnf by running the following command:

sudo dnf -y install sqlite2-devel

Install sqlite2-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 sqlite2-devel using yum by running the following command:

sudo yum -y install sqlite2-devel

How To Uninstall sqlite2-devel on Fedora 36

To uninstall only the sqlite2-devel package we can use the following command:

sudo dnf remove sqlite2-devel

sqlite2-devel Package Contents on Fedora 36

/usr/include/sqlite.h
/usr/lib64/libsqlite.so
/usr/lib64/pkgconfig/sqlite.pc
/usr/share/doc/sqlite2-devel
/usr/share/doc/sqlite2-devel/README
/usr/share/doc/sqlite2-devel/arch.html
/usr/share/doc/sqlite2-devel/arch.png
/usr/share/doc/sqlite2-devel/c_interface.html
/usr/share/doc/sqlite2-devel/changes.html
/usr/share/doc/sqlite2-devel/conflict.html
/usr/share/doc/sqlite2-devel/datatypes.html
/usr/share/doc/sqlite2-devel/download.html
/usr/share/doc/sqlite2-devel/faq.html
/usr/share/doc/sqlite2-devel/fileformat.html
/usr/share/doc/sqlite2-devel/formatchng.html
/usr/share/doc/sqlite2-devel/index.html
/usr/share/doc/sqlite2-devel/lang.html
/usr/share/doc/sqlite2-devel/lemon.html
/usr/share/doc/sqlite2-devel/mingw.html
/usr/share/doc/sqlite2-devel/nulls.html
/usr/share/doc/sqlite2-devel/omitted.html
/usr/share/doc/sqlite2-devel/opcode.html
/usr/share/doc/sqlite2-devel/quickstart.html
/usr/share/doc/sqlite2-devel/report1.txt
/usr/share/doc/sqlite2-devel/speed.html
/usr/share/doc/sqlite2-devel/sqlite.html
/usr/share/doc/sqlite2-devel/tclsqlite.html
/usr/share/doc/sqlite2-devel/vdbe.html

References

Summary

In this tutorial we learn how to install sqlite2-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).