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

Last updated: November 29,2024

1. Install "bash-completion.src" package

Please follow the steps below to install bash-completion.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install bash-completion.src

2. Uninstall "bash-completion.src" package

In this section, we are going to explain the necessary steps to uninstall bash-completion.src on Oracle Linux 8:

$ sudo dnf remove bash-completion.src $ sudo dnf autoremove

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

Last metadata expiration check: 6:44:35 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bash-completion
Epoch : 1
Version : 2.7
Release : 5.el8
Architecture : src
Size : 289 k
Source : None
Repository : ol8_baseos_latest
Summary : Programmable completion for Bash
URL : https://github.com/scop/bash-completion
License : GPLv2+
Description : bash-completion is a collection of shell functions that take advantage
: of the programmable completion feature of bash.