How to Install and Uninstall libsqlite3-tcl Package on Kali Linux

Last updated: May 21,2024

1. Install "libsqlite3-tcl" package

This tutorial shows how to install libsqlite3-tcl on Kali Linux

$ sudo apt update $ sudo apt install libsqlite3-tcl

2. Uninstall "libsqlite3-tcl" package

Here is a brief guide to show you how to uninstall libsqlite3-tcl on Kali Linux:

$ sudo apt remove libsqlite3-tcl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlite3-tcl package on Kali Linux

Package: libsqlite3-tcl
Source: sqlite3
Version: 3.45.1-1
Installed-Size: 306
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.38.0)
Suggests: sqlite3-doc
Size: 259664
SHA256: 9d2447d48f7b5373913254bdaabcb0b270d8ced09ce57c98328d22d8cbc84de4
SHA1: 202d6b009ece604cb701418deca2053d28a84a24
MD5sum: d0ab541ef26a7fe53c503e042205042c
Description: SQLite 3 Tcl bindings
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
.
This package contains the Tcl bindings.
Description-md5:
Homepage: https://www.sqlite.org/
Tag: role::shared-lib, works-with::db
Section: interpreters
Priority: optional
Filename: pool/main/s/sqlite3/libsqlite3-tcl_3.45.1-1_amd64.deb