How to Install and Uninstall libcommons-cli-java Package on Kali Linux

Last updated: May 10,2024

1. Install "libcommons-cli-java" package

Please follow the guidance below to install libcommons-cli-java on Kali Linux

$ sudo apt update $ sudo apt install libcommons-cli-java

2. Uninstall "libcommons-cli-java" package

This guide covers the steps necessary to uninstall libcommons-cli-java on Kali Linux:

$ sudo apt remove libcommons-cli-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-cli-java package on Kali Linux

Package: libcommons-cli-java
Version: 1.6.0-1
Installed-Size: 85
Maintainer: Debian Java Maintainers
Architecture: all
Size: 60376
SHA256: e7d431ec4e690e94f1580f553af410174c894539334e8e7b92fc80b14106d0f3
SHA1: 953da25742d04275e5e8c5c0d3bd82c022061b61
MD5sum: 955106d0d0866783e1ae4605209f217d
Description: Command line arguments and options parsing library
The Apache Commons CLI library provides an API for parsing command line options
passed to programs. It's also able to print help messages detailing the options
available for a command line tool.
.
Commons CLI supports different types of options:
.
* POSIX like options (ie. tar -zxvf foo.tar.gz)
* GNU like long options (ie. du --human-readable --max-depth=1)
* Java like properties (ie. java -Djava.awt.headless=true Foo)
* Short options with value attached (ie. gcc -O2 foo.c)
* long options with single hyphen (ie. ant -projecthelp)
Description-md5:
Homepage: http://commons.apache.org/cli/
Tag: devel::lang:java, devel::library, implemented-in::java,
interface::commandline, role::devel-lib, role::program,
role::shared-lib
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-cli-java/libcommons-cli-java_1.6.0-1_all.deb