How to Install and Uninstall sqlite3 Package on Kali Linux

Last updated: May 16,2024

1. Install "sqlite3" package

This is a short guide on how to install sqlite3 on Kali Linux

$ sudo apt update $ sudo apt install sqlite3

2. Uninstall "sqlite3" package

Please follow the instructions below to uninstall sqlite3 on Kali Linux:

$ sudo apt remove sqlite3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlite3 package on Kali Linux

Package: sqlite3
Version: 3.45.1-1
Installed-Size: 569
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (= 3.45.1-1), zlib1g (>= 1:1.2.0)
Suggests: sqlite3-doc
Size: 374332
SHA256: c01e814bcf64acc5970459e90111a0a32fefaec6eb09a7f132976f65a398250a
SHA1: 3a236d4bb3dba331a84f9b5fd9f093bc3cc76e2c
MD5sum: 63a415b8b299cdf7ed10d0b83a22ee32
Description: Command line interface for SQLite 3
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.sqlite.org/
Tag: devel::lang:sql, devel::library, implemented-in::c,
interface::commandline, network::client, role::devel-lib,
role::program, works-with::db
Section: database
Priority: optional
Filename: pool/main/s/sqlite3/sqlite3_3.45.1-1_amd64.deb