How to Install and Uninstall bash Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "bash" package

In this section, we are going to explain the necessary steps to install bash on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install bash

2. Uninstall "bash" package

Learn how to uninstall bash on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the bash package on Ubuntu 20.10 (Groovy Gorilla)

Package: bash
Architecture: amd64
Version: 5.0-6ubuntu2
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: 1656
Pre-Depends: libc6 (>= 2.15), 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.0-6ubuntu2_amd64.deb
Size: 638220
MD5sum: be654d006a56ea7e4a7e88702d99fb05
SHA1: 3bec3995771443124e16c957e6a0db048a15bdbf
SHA256: f2e43512ff6b0bff53d1339fc915ce33042b2059ecb380daa8d8d334b6fc73ad
SHA512: cbba24ade5bd0b0ecf2ecaf60169bfb2aa1d0cf7e5b2ecb1e60451e8e3fa5476f7a0443ce7c79a8de01f0cb19e3c0b6c37391840f8de83527ba3dc8e1c625530
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