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

Last updated: December 29,2024

1. Install "args4j.noarch" package

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

$ sudo dnf update $ sudo dnf install args4j.noarch

2. Uninstall "args4j.noarch" package

Please follow the guidelines below to uninstall args4j.noarch on Fedora 36:

$ sudo dnf remove args4j.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:27:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : args4j
Version : 2.33
Release : 19.fc36
Architecture : noarch
Size : 142 k
Source : args4j-2.33-19.fc36.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)