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

Last updated: October 07,2024

1. Install "args4j.noarch" package

Learn how to install args4j.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install args4j.noarch

2. Uninstall "args4j.noarch" package

This tutorial shows how to uninstall args4j.noarch on Fedora 34:

$ sudo dnf remove args4j.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:00:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : args4j
Version : 2.33
Release : 14.fc34
Architecture : noarch
Size : 140 k
Source : args4j-2.33-14.fc34.src.rpm
Repository : fedora
Summary : Java command line arguments parser
URL : http://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)