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

Last updated: April 28,2024

1. Install "args4j.noarch" package

In this section, we are going to explain the necessary steps to install args4j.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install args4j.noarch

2. Uninstall "args4j.noarch" package

Please follow the step by step instructions below to uninstall args4j.noarch on Fedora 35:

$ sudo dnf remove args4j.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : args4j
Version : 2.33
Release : 15.fc35
Architecture : noarch
Size : 140 k
Source : args4j-2.33-15.fc35.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)