How to Install and Uninstall bash Package on Kali Linux

Last updated: April 29,2024

1. Install "bash" package

Learn how to install bash on Kali Linux

$ sudo apt update $ sudo apt install bash

2. Uninstall "bash" package

Please follow the step by step instructions below to uninstall bash on Kali Linux:

$ sudo apt remove bash $ sudo apt autoclean && sudo apt autoremove

3. Information about the bash package on Kali Linux

Package: bash
Version: 5.2.21-2
Essential: yes
Installed-Size: 7175
Maintainer: Matthias Klose
Architecture: amd64
Depends: base-files (>= 2.1.12), debianutils (>= 5.6-0.1)
Pre-Depends: libc6 (>= 2.36), libtinfo6 (>= 6)
Recommends: bash-completion
Suggests: bash-doc
Size: 1491532
SHA256: 59cccce09b4f639d0e7e20aeff0a71a542133a71766709f6e541f7b13e853522
SHA1: e2a25c59476355507e30db35d1c46cfd34b3e214
MD5sum: cdc9092b67c7698e35900ee95ec06b17
Description: GNU Bourne Again SHell
Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
.
Bash is ultimately intended to be a conformant implementation of the
IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
.
The Programmable Completion Code, by Ian Macdonald, is now found in
the bash-completion package.
Description-md5:
Multi-Arch: foreign
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
Tag: admin::TODO, devel::TODO, devel::interpreter, implemented-in::c,
interface::shell, interface::text-mode, role::program,
scope::application, suite::gnu, uitoolkit::ncurses
Section: shells
Priority: required
Filename: pool/main/b/bash/bash_5.2.21-2_amd64.deb