How to Install and Uninstall sqlsmith Package on Kali Linux

Last updated: April 28,2024

1. Install "sqlsmith" package

This guide let you learn how to install sqlsmith on Kali Linux

$ sudo apt update $ sudo apt install sqlsmith

2. Uninstall "sqlsmith" package

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

$ sudo apt remove sqlsmith $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlsmith package on Kali Linux

Package: sqlsmith
Source: sqlsmith (1.4-1)
Version: 1.4-1+b1
Installed-Size: 535
Maintainer: Andreas Seltenreich
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpq5, libpqxx-7.8 (>= 7.2), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 13.1)
Size: 161488
SHA256: 2bb53451ddbfdafe7834293cd23340b3cb8a40e9e30f6b50fea3028de9b586aa
SHA1: f09bcca552e8bd0acc7e7d1e138a91d24cd86ec5
MD5sum: 6a2f4e751ca0f82e6bc046278e740c52
Description: random SQL query generator
SQLsmith is a random SQL query generator. Its paragon is Csmith, which proved
valuable for quality assurance in C compilers.
.
It currently supports generating queries for PostgreSQL 9.5+ and sqlite3.
.
Besides PostgreSQL developers, users developing extensions of PostgreSQL might
also be interested in exposing their code to SQLsmith's random workload.
.
During its prototyping stage, it already found about thirty bugs in
PostgreSQL alphas, betas and releases, including security vulnerabilities in
released versions.
Description-md5:
Homepage: https://github.com/anse1/sqlsmith
Section: database
Priority: optional
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1+b1_amd64.deb