How to Install and Uninstall args4j Package on openSuSE Tumbleweed
Last updated: November 25,2024
1. Install "args4j" package
This tutorial shows how to install args4j on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
args4j
Copied
2. Uninstall "args4j" package
In this section, we are going to explain the necessary steps to uninstall args4j on openSuSE Tumbleweed:
$
sudo zypper remove
args4j
Copied
3. Information about the args4j package on openSuSE Tumbleweed
Information for package args4j:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : args4j
Version : 2.33-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 92.2 KiB
Installed : No
Status : not installed
Source package : args4j-2.33-2.11.src
Upstream URL : https://args4j.kohsuke.org
Summary : Java command line arguments parser
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)
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : args4j
Version : 2.33-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 92.2 KiB
Installed : No
Status : not installed
Source package : args4j-2.33-2.11.src
Upstream URL : https://args4j.kohsuke.org
Summary : Java command line arguments parser
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)