How to Install and Uninstall bash.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 26,2024

1. Install "bash.x86_64" package

Please follow the guidelines below to install bash.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install bash.x86_64

2. Uninstall "bash.x86_64" package

Please follow the steps below to uninstall bash.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove bash.x86_64 $ sudo yum autoremove

3. Information about the bash.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : bash
Arch : x86_64
Version : 4.2.46
Release : 34.el7
Size : 3.5 M
Repo : installed
From repo : anaconda
Summary : The GNU Bourne Again shell
URL : http://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.