How to Install and Uninstall args4j.noarch Package on Fedora 39

Last updated: October 14,2024

1. Install "args4j.noarch" package

Please follow the guidelines below to install args4j.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install args4j.noarch

2. Uninstall "args4j.noarch" package

Please follow the instructions below to uninstall args4j.noarch on Fedora 39:

$ sudo dnf remove args4j.noarch $ sudo dnf autoremove

3. Information about the args4j.noarch package on Fedora 39

Last metadata expiration check: 4:20:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : args4j
Version : 2.33
Release : 23.fc39
Architecture : noarch
Size : 142 k
Source : args4j-2.33-23.fc39.src.rpm
Repository : fedora
Summary : Java command line arguments parser
URL : https://args4j.kohsuke.org
License : MIT
Description : args4j is a small Java class library that makes it easy
: to parse command line options/arguments in your CUI application.
: - It makes the command line parsing very easy by using annotations
: - You can generate the usage screen very easily
: - You can generate HTML/XML that lists all options for your documentation
: - Fully supports localization
: - It is designed to parse javac like options (as opposed to GNU-style
: where ls -lR is considered to have two options l and R)