How to Install and Uninstall bash-argsparse.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "bash-argsparse.noarch" package

Please follow the instructions below to install bash-argsparse.noarch on Fedora 34

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

2. Uninstall "bash-argsparse.noarch" package

Please follow the guidelines below to uninstall bash-argsparse.noarch on Fedora 34:

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

3. Information about the bash-argsparse.noarch package on Fedora 34

Last metadata expiration check: 4:38:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : bash-argsparse
Version : 1.7
Release : 12.fc34
Architecture : noarch
Size : 112 k
Source : bash-argsparse-1.7-12.fc34.src.rpm
Repository : fedora
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.