Current version: 4.4.19
How to install or uninstall bash.x86_64 on CentOS 8 / RHEL 8?
Last updated on January 20, 2022
Please follow the instructions below to install bash.x86_64 package:
sudo dnf install bash.x86_64
Please follow the instructions below to uninstall bash.x86_64 package:
sudo dnf remove bash.x86_64
sudo dnf autoremove
Last metadata expiration check: 1 day, 3:28:05 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : bash
Version : 4.4.19
Release : 12.el8
Architecture : x86_64
Size : 6.5 M
Source : bash-4.4.19-12.el8.src.rpm
Repository : @System
From repo : anaconda
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.