How to Install and Uninstall bash-argsparse.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "bash-argsparse.noarch" package

This tutorial shows how to install bash-argsparse.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install bash-argsparse.noarch

2. Uninstall "bash-argsparse.noarch" package

In this section, we are going to explain the necessary steps to uninstall bash-argsparse.noarch on CentOS Stream 9:

$ sudo dnf remove bash-argsparse.noarch $ sudo dnf autoremove

3. Information about the bash-argsparse.noarch package on CentOS Stream 9

Last metadata expiration check: 1:33:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : bash-argsparse
Version : 1.8
Release : 1.el9
Architecture : noarch
Size : 128 k
Source : bash-argsparse-1.8-1.el9.src.rpm
Repository : epel
Summary : An high level argument parsing library for bash
URL : https://github.com/Anvil/bash-argsparse
License : WTFPL
Description : An high level argument parsing library for bash.
:
: The purpose is to replace the option-parsing and usage-describing
: functions commonly rewritten in all scripts.
:
: This library is implemented for bash version 4. Prior versions of bash
: will fail at interpreting that code.