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

Last updated: October 06,2024

1. Install "jargs.noarch" package

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

$ sudo dnf update $ sudo dnf install jargs.noarch

2. Uninstall "jargs.noarch" package

Please follow the steps below to uninstall jargs.noarch on Oracle Linux 9:

$ sudo dnf remove jargs.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:03:16 ago on Thu Feb 15 07:50:05 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.