How to Install and Uninstall argbash.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "argbash.noarch" package

This guide let you learn how to install argbash.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install argbash.noarch

2. Uninstall "argbash.noarch" package

Learn how to uninstall argbash.noarch on Fedora 35:

$ sudo dnf remove argbash.noarch $ sudo dnf autoremove

3. Information about the argbash.noarch package on Fedora 35

Last metadata expiration check: 1:52:01 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : argbash
Version : 2.10.0
Release : 3.fc35
Architecture : noarch
Size : 57 k
Source : argbash-2.10.0-3.fc35.src.rpm
Repository : fedora
Summary : Bash argument parsing code generator
URL : https://argbash.io
License : BSD
Description : Argbash helps your shell scripts to accept arguments.
: You declare what arguments you want your script to accept and Argbash
: generates the shell code that parses them from the command-line and exposes
: passed values as shell variables.
:
: Help message is also generated, and helpful error messages are dispatched
: if the script is called with arguments that conflict with the interface.