How to Install and Uninstall bash Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "bash" package

This is a short guide on how to install bash on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install bash

2. Uninstall "bash" package

Please follow the step by step instructions below to uninstall bash on Ubuntu 21.10 (Impish Indri):

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

3. Information about the bash package on Ubuntu 21.10 (Impish Indri)

Package: bash
Architecture: amd64
Version: 5.1-3ubuntu2
Multi-Arch: foreign
Priority: required
Essential: yes
Section: shells
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1876
Pre-Depends: libc6 (>= 2.34), libtinfo6 (>= 6)
Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
Recommends: bash-completion (>= 20060301-0)
Suggests: bash-doc
Conflicts: bash-completion (<< 20060301-0)
Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1)
Filename: pool/main/b/bash/bash_5.1-3ubuntu2_amd64.deb
Size: 774672
MD5sum: 88ae8898e82211db9c25338ebe819dd0
SHA1: 1ca51bd9afe83af1721c1c1c6803d7af39a988ac
SHA256: f7bb9bfecde0057bcab77e26a7d0f7fc389e586a82df92fa74806d323e490818
SHA512: b494d42a3ed71f3107d303e51d9221f357d271fe306d9af64cf058c8749d94f7f8473a3daec1dda0aa04ea9dbd8be4d1485fee7b4d467a626433a410e1bd307d
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
Description-en: 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: 3522aa7b4374048d6450e348a5bb45d9
Task: minimal