How to Install and Uninstall libcommons-cli-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcommons-cli-java" package

This tutorial shows how to install libcommons-cli-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcommons-cli-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcommons-cli-java
Priority: optional
Section: universe/libs
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.3.1-3ubuntu1
Filename: pool/universe/libc/libcommons-cli-java/libcommons-cli-java_1.3.1-3ubuntu1_all.deb
Size: 53342
MD5sum: 1a05e38cc9dc8122b454d7effa51ede6
SHA1: a41ac8f4a63798efb6d1ac844e2e95d3ff9fc241
SHA256: 4b43cf18c5e2a8e3d35ec456d407a83be7309cade481203b114ce368390553dc
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
Homepage: http://commons.apache.org/cli/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu