How to Install and Uninstall jargs.noarch Package on Rocky Linux 9

Last updated: July 03,2024

1. Install "jargs.noarch" package

Please follow the step by step instructions below to install jargs.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install jargs.noarch

2. Uninstall "jargs.noarch" package

Please follow the guidelines below to uninstall jargs.noarch on Rocky Linux 9:

$ sudo dnf remove jargs.noarch $ sudo dnf autoremove

3. Information about the jargs.noarch package on Rocky Linux 9

Last metadata expiration check: 2:15:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : jargs
Version : 1.0
Release : 26.el9
Architecture : noarch
Size : 22 k
Source : jargs-1.0-26.el9.src.rpm
Repository : epel
Summary : Java command line option parsing suite
URL : http://jargs.sourceforge.net/
License : BSD
Description : This project provides a convenient, compact, pre-packaged and
: comprehensively documented suite of command line option parsers
: for the use of Java programmers.
: Initially, parsing compatible with GNU-style 'getopt' is provided.