How to Install and Uninstall jargs.noarch Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "jargs.noarch" package

Please follow the guidance below to install jargs.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install jargs.noarch

2. Uninstall "jargs.noarch" package

In this section, we are going to explain the necessary steps to uninstall jargs.noarch on AlmaLinux 9:

$ sudo dnf remove jargs.noarch $ sudo dnf autoremove

3. Information about the jargs.noarch package on AlmaLinux 9

Last metadata expiration check: 0:58:08 ago on Wed Mar 13 07:41:12 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.