How to Install and Uninstall sqsh Package on Kali Linux

Last updated: May 06,2024

1. Install "sqsh" package

This guide covers the steps necessary to install sqsh on Kali Linux

$ sudo apt update $ sudo apt install sqsh

2. Uninstall "sqsh" package

This tutorial shows how to uninstall sqsh on Kali Linux:

$ sudo apt remove sqsh $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqsh package on Kali Linux

Package: sqsh
Source: sqsh (2.5.16.1-2)
Version: 2.5.16.1-2+b1
Installed-Size: 396
Maintainer: Steve Langasek
Architecture: amd64
Depends: libc6 (>= 2.14), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6
Size: 186324
SHA256: 47bb2e90dbabb404ec2ad5e69776665daa2e6a0959903e4b4282d8fd3812023c
SHA1: 7c780ab1781c047310ba2e9386efeadd37b6d786
MD5sum: 70467fca83e78ad998c21ddff4e76f6c
Description: commandline SQL client for MS SQL and Sybase servers
sqsh is a flexible commandline utility that uses the freetds libraries
to connect to Sybase or Microsoft SQL servers. It is a useful debugging
tool for identifying problems with other SQL applications, and it can be
used as a productivity tool in its own right: unlike most SQL CLIs, sqsh's
interactive shell lets you pipe the output of SQL queries directly to other
Unix commands for further processing.
Description-md5:
Homepage: http://sourceforge.net/projects/sqsh/
Tag: devel::lang:sql, interface::graphical, interface::shell, interface::x11,
network::client, role::program, uitoolkit::motif, uitoolkit::ncurses,
works-with::db, x11::application
Section: utils
Priority: optional
Filename: pool/main/s/sqsh/sqsh_2.5.16.1-2+b1_amd64.deb