How to Install and Uninstall bash.x86_64 Package on Fedora 34

Last updated: September 06,2024

1. Install "bash.x86_64" package

Please follow the step by step instructions below to install bash.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install bash.x86_64

2. Uninstall "bash.x86_64" package

Here is a brief guide to show you how to uninstall bash.x86_64 on Fedora 34:

$ sudo dnf remove bash.x86_64 $ sudo dnf autoremove

3. Information about the bash.x86_64 package on Fedora 34

Last metadata expiration check: 0:29:32 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : bash
Version : 5.1.0
Release : 2.fc34
Architecture : x86_64
Size : 7.4 M
Source : bash-5.1.0-2.fc34.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.