How To Install sqlite2 on Fedora 36

In this tutorial we learn how to install sqlite2 in Fedora 36. sqlite2 is Embeddable SQL engine in a C library

Introduction

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

What is sqlite2

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. A complete database is stored in a single cross-platform disk file. The native C/C++ API is simple and easy to use. Bindings for other languages are also available.

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

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

sudo dnf -y install sqlite2

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

sudo yum -y install sqlite2

How To Uninstall sqlite2 on Fedora 36

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

sudo dnf remove sqlite2

sqlite2 Package Contents on Fedora 36

/usr/bin/sqlite
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/a7e27388746e6f0ec76a36dd99f97a5c5d4b25
/usr/lib/.build-id/70
/usr/lib/.build-id/70/f90d4ff16f023ec58e1993620ed90ad74f95ba
/usr/lib64/libsqlite.so.0
/usr/lib64/libsqlite.so.0.8.6
/usr/share/man/man1/sqlite.1.gz

References

Summary

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


title: “How To Install sqlite2 on Fedora 36” linkTitle: “sqlite2” type: “docs” description: “In this tutorial we learn how to install sqlite2 in Fedora 36. sqlite2 is Embeddable SQL engine in a C library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sqlite2-featured.png

Introduction

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

What is sqlite2

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. A complete database is stored in a single cross-platform disk file. The native C/C++ API is simple and easy to use. Bindings for other languages are also available.

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

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

sudo dnf -y install sqlite2

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

sudo yum -y install sqlite2

How To Uninstall sqlite2 on Fedora 36

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

sudo dnf remove sqlite2

sqlite2 Package Contents on Fedora 36

/usr/bin/sqlite
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/9f8422ef6ef8e64adfff4c39c613ba8ee16482
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/27d7b87985153f5f462f515425c6d75e85d795
/usr/lib/libsqlite.so.0
/usr/lib/libsqlite.so.0.8.6
/usr/share/man/man1/sqlite.1.gz

References

Summary

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