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

Last updated: May 19,2024

1. Install "jargs.noarch" package

Here is a brief guide to show you how to install jargs.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install jargs.noarch

2. Uninstall "jargs.noarch" package

Here is a brief guide to show you how to uninstall jargs.noarch on Rocky Linux 8:

$ sudo dnf remove jargs.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:47:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : jargs
Version : 1.0
Release : 20.el8
Architecture : noarch
Size : 23 k
Source : jargs-1.0-20.el8.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.