How To Install sqlite2-tcl on Fedora 36

In this tutorial we learn how to install sqlite2-tcl in Fedora 36. sqlite2-tcl is Tcl bindings for sqlite

Introduction

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

What is sqlite2-tcl

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 tcl bindings for sqlite.

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

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

sudo dnf -y install sqlite2-tcl

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

sudo yum -y install sqlite2-tcl

How To Uninstall sqlite2-tcl on Fedora 36

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

sudo dnf remove sqlite2-tcl

sqlite2-tcl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/50c63ac282e232510df0d1276b94744e23148b
/usr/lib64/tcl8.6/sqlite2
/usr/lib64/tcl8.6/sqlite2/libtclsqlite.so
/usr/lib64/tcl8.6/sqlite2/libtclsqlite.so.0
/usr/lib64/tcl8.6/sqlite2/libtclsqlite.so.0.8.6
/usr/lib64/tcl8.6/sqlite2/pkgIndex.tcl
/usr/share/doc/sqlite2-tcl
/usr/share/doc/sqlite2-tcl/tclsqlite.html

References

Summary

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