How to Install and Uninstall libcommons-cli-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libcommons-cli-java" package

Please follow the instructions below to install libcommons-cli-java on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libcommons-cli-java" package

In this section, we are going to explain the necessary steps to uninstall libcommons-cli-java on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcommons-cli-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcommons-cli-java
Architecture: all
Version: 1.4-1
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 78
Filename: pool/universe/libc/libcommons-cli-java/libcommons-cli-java_1.4-1_all.deb
Size: 53772
MD5sum: 20f3fc975e03677a74123b22dd043d07
SHA1: 16871fd1551ab7c8da511ca1b3a23b34f78658b8
SHA256: 589ae0fe8ccfa671f10ca69a46f1c83536330ff185c4d83a51add8ff5e1ae491
SHA512: 5cf7d107eba6d52488ea7fbcb38430ed1950dadb782659f9f55ef752269af4adefd8ae3925b481a7b8cf3095a507373a8e4ef160c525d979f8d420aeb72d7f73
Homepage: http://commons.apache.org/cli/
Description-en: 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: 0342e2b8f8f3e6825252b6c11b10bc23