How to Install and Uninstall sqlite2-tcl.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "sqlite2-tcl.x86_64" package

This tutorial shows how to install sqlite2-tcl.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install sqlite2-tcl.x86_64

2. Uninstall "sqlite2-tcl.x86_64" package

In this section, we are going to explain the necessary steps to uninstall sqlite2-tcl.x86_64 on Fedora 36:

$ sudo dnf remove sqlite2-tcl.x86_64 $ sudo dnf autoremove

3. Information about the sqlite2-tcl.x86_64 package on Fedora 36

Last metadata expiration check: 0:25:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sqlite2-tcl
Version : 2.8.17
Release : 37.fc36
Architecture : x86_64
Size : 20 k
Source : sqlite2-2.8.17-37.fc36.src.rpm
Repository : fedora
Summary : Tcl bindings for sqlite
URL : http://www.sqlite.org/
License : Public Domain
Description : 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.