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

Last updated: November 26,2024

1. Install "bash.x86_64" package

Please follow the steps below to install bash.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install bash.x86_64

2. Uninstall "bash.x86_64" package

In this section, we are going to explain the necessary steps to uninstall bash.x86_64 on Fedora 39:

$ sudo dnf remove bash.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:38:42 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : bash
Version : 5.2.26
Release : 1.fc39
Architecture : x86_64
Size : 8.2 M
Source : bash-5.2.26-1.fc39.src.rpm
Repository : @System
From repo : updates
Summary : The GNU Bourne Again shell
URL : https://www.gnu.org/software/bash
License : GPL-3.0-or-later
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.