How to Install and Uninstall sqlite-utils Package on Kali Linux

Last updated: October 05,2024

1. Install "sqlite-utils" package

This is a short guide on how to install sqlite-utils on Kali Linux

$ sudo apt update $ sudo apt install sqlite-utils

2. Uninstall "sqlite-utils" package

Please follow the instructions below to uninstall sqlite-utils on Kali Linux:

$ sudo apt remove sqlite-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlite-utils package on Kali Linux

Package: sqlite-utils
Version: 3.35.2-1
Installed-Size: 2275
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-click-default-group, python3-dateutil, python3-pluggy, python3-sqlite-fts4, python3-tabulate, python3:any, libjs-sphinxdoc (>= 7.2.2)
Size: 596288
SHA256: f3cf03eb48e8eeaed5fc5de4b83fa87aedb7df8249072d74ffd7bcd5bb09f139
SHA1: 3d8acd76a459fb91f5a1f94071ffb1ddb060cfa1
MD5sum: 7e5f55a63dc4b3238462ffa7d95b1abf
Description: CLI tool and Python utility functions for manipulating SQLite
Feature highlights:
.
- Pipe JSON (or CSV or TSV) directly into a new SQLite database file,
automatically creating a table with the appropriate schema
- Run in-memory SQL queries, including joins, directly against data in CSV,
TSV or JSON files and view the results.
- Configure SQLite full-text search against your database tables and run
search queries against them, ordered by relevance
- Run transformations against your tables to make schema changes that SQLite
`ALTER TABLE` does not directly support, such as changing the type of a
column
- Extract columns into separate tables to better normalize your existing data
Description-md5:
Homepage: https://github.com/simonw/sqlite-utils
Built-Using: sphinx (= 7.2.6-2)
Section: utils
Priority: optional
Filename: pool/main/s/sqlite-utils/sqlite-utils_3.35.2-1_all.deb