How to Install and Uninstall args4j Package on openSUSE Leap
Last updated: November 22,2024
1. Install "args4j" package
This tutorial shows how to install args4j on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
args4j
Copied
2. Uninstall "args4j" package
This tutorial shows how to uninstall args4j on openSUSE Leap:
$
sudo zypper remove
args4j
Copied
3. Information about the args4j package on openSUSE Leap
Information for package args4j:
-------------------------------
Repository : Main Repository
Name : args4j
Version : 2.33-150200.3.6.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 90.6 KiB
Installed : No
Status : not installed
Source package : args4j-2.33-150200.3.6.5.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 : Main Repository
Name : args4j
Version : 2.33-150200.3.6.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 90.6 KiB
Installed : No
Status : not installed
Source package : args4j-2.33-150200.3.6.5.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)