How to Install and Uninstall argbash.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "argbash.noarch" package

In this section, we are going to explain the necessary steps to install argbash.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install argbash.noarch

2. Uninstall "argbash.noarch" package

Please follow the guidance below to uninstall argbash.noarch on Rocky Linux 8:

$ sudo dnf remove argbash.noarch $ sudo dnf autoremove

3. Information about the argbash.noarch package on Rocky Linux 8

Last metadata expiration check: 2:21:39 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : argbash
Version : 2.10.0
Release : 1.el8
Architecture : noarch
Size : 61 k
Source : argbash-2.10.0-1.el8.src.rpm
Repository : epel
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.