How to Install and Uninstall args4j.noarch Package on Amazon Linux 2

Last updated: October 06,2024

1. Install "args4j.noarch" package

This guide covers the steps necessary to install args4j.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install args4j.noarch

2. Uninstall "args4j.noarch" package

Please follow the instructions below to uninstall args4j.noarch on Amazon Linux 2:

$ sudo yum remove args4j.noarch $ sudo yum autoremove

3. Information about the args4j.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : args4j
Arch : noarch
Version : 2.0.16
Release : 13.amzn2
Size : 70 k
Repo : amzn2-core/2/x86_64
Summary : Small Java lib that makes it easy to parse command line
: options/args in CUI apps
URL : http://args4j.java.net/
License : MIT and BSD
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.)
:
: args4j-tools are development-time tools for generating additional
: artifacits.