How to Install and Uninstall bash-argsparse.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: February 04,2025
1. Install "bash-argsparse.noarch" package
This tutorial shows how to install bash-argsparse.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
bash-argsparse.noarch
Copied
2. Uninstall "bash-argsparse.noarch" package
Here is a brief guide to show you how to uninstall bash-argsparse.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
bash-argsparse.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bash-argsparse.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:52:21 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : bash-argsparse
Version : 1.8
Release : 1.el8
Architecture : noarch
Size : 134 k
Source : bash-argsparse-1.8-1.el8.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.
Available Packages
Name : bash-argsparse
Version : 1.8
Release : 1.el8
Architecture : noarch
Size : 134 k
Source : bash-argsparse-1.8-1.el8.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.