How to Install and Uninstall bash.src Package on Oracle Linux 8

Last updated: May 19,2024

1. Install "bash.src" package

In this section, we are going to explain the necessary steps to install bash.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install bash.src

2. Uninstall "bash.src" package

This is a short guide on how to uninstall bash.src on Oracle Linux 8:

$ sudo dnf remove bash.src $ sudo dnf autoremove

3. Information about the bash.src package on Oracle Linux 8

Last metadata expiration check: 3:41:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bash
Version : 4.4.20
Release : 4.el8_6
Architecture : src
Size : 9.0 M
Source : None
Repository : ol8_baseos_latest
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.