How to Install and Uninstall sash Package on Kali Linux

Last updated: September 21,2024

1. Install "sash" package

Please follow the guidelines below to install sash on Kali Linux

$ sudo apt update $ sudo apt install sash

2. Uninstall "sash" package

This guide covers the steps necessary to uninstall sash on Kali Linux:

$ sudo apt remove sash $ sudo apt autoclean && sudo apt autoremove

3. Information about the sash package on Kali Linux

Package: sash
Source: sash (3.8-5)
Version: 3.8-5+b24
Installed-Size: 1157
Maintainer: Tollef Fog Heen
Architecture: amd64
Depends: debconf (>= 0.5) | debconf-2.0
Suggests: doc-debian
Size: 449020
SHA256: 1565724cc88e45509ef1bcc37fd7eedb6bd087c53807479b8be0d7013bd611e2
SHA1: eb6fab980473cfe25f0e88f0c5c711780d470766
MD5sum: 2134c0d7b9897f4cf5783d9d88bddc22
Description: Stand-alone shell
sash serves as an interactive substitute for /bin/sh, for use when
/bin/sh is unusable. It's statically linked, and includes many standard
utilities as builtins (type "help" at the prompt for a reference list).
If you've installed sash before rendering your system unbootable, and
you have some knowledge of how your system is supposed to work, you might
be able to repair your system using init=/bin/sash at the boot prompt.
.
Some people also prefer to have sash available as the shell for a
root account (perhaps an under an alternate name such as sashroot)
Configuration support is included for people who want this.
.
Note: sash is not intended to serve as /bin/sh, and has few of the
interactive features present in bash or ksh. It's designed to be simple
and robust, for people who need to do emergency repair work on a system.
.
Also note: sash doesn't include a built-in fsck -- fsck is too big
and complicated. If you need fsck, you'll have to get at least one
partition or disk working well enough to run fsck. More generally,
sash is but one tool of many (backups, backup recovery tools, emergency
boot disks or partitions, spare parts, testing of disaster plans,
etc.) to help you recover a damaged system.
Description-md5:
Homepage: http://members.tip.net.au/~dbell/
Built-Using: glibc (= 2.37-12), zlib (= 1:1.2.13.dfsg-3)
Tag: admin::recovery, interface::shell, role::program, scope::utility,
use::login, works-with::file
Section: shells
Priority: optional
Filename: pool/main/s/sash/sash_3.8-5+b24_amd64.deb