How to Install and Uninstall bash.x86_64 Package on CentOS Stream 8

Last updated: April 25,2024

1. Install "bash.x86_64" package

Please follow the guidance below to install bash.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install bash.x86_64

2. Uninstall "bash.x86_64" package

This tutorial shows how to uninstall bash.x86_64 on CentOS Stream 8:

$ sudo dnf remove bash.x86_64 $ sudo dnf autoremove

3. Information about the bash.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:38:49 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : bash
Version : 4.4.20
Release : 4.el8
Architecture : x86_64
Size : 6.5 M
Source : bash-4.4.20-4.el8.src.rpm
Repository : @System
Summary : The GNU Bourne Again shell
URL : https://www.gnu.org/software/bash
License : GPLv3+
Description : The GNU Bourne Again shell (Bash) is a shell or command language
: interpreter that is compatible with the Bourne shell (sh). Bash
: incorporates useful features from the Korn shell (ksh) and the C shell
: (csh). Most sh scripts can be run by bash without modification.