How to Install and Uninstall libcommons-cli-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libcommons-cli-java" package

Please follow the steps below to install libcommons-cli-java on Ubuntu 21.04 (Hirsute Hippo)

$ 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 21.04 (Hirsute Hippo):

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

3. Information about the libcommons-cli-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcommons-cli-java
Architecture: all
Version: 1.4-2
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 82
Filename: pool/universe/libc/libcommons-cli-java/libcommons-cli-java_1.4-2_all.deb
Size: 55804
MD5sum: 459f055e5a393434379b629fd5a22a37
SHA1: 6e03b7c77ecd6f1b136cb891f47d29c85b7dd0fd
SHA256: c5c82210401dcec76beb47a8b12e1914446fca71e372672042c81f54c29cfe4c
SHA512: 5ded5a793887b09e55f4a15a43caefbcdab3dc40327f22ce16fd880a7b7c9741cf829bcd27f14b6ab1a23af2e5daba310d22f00af9d512f0988931bc096ec8d5
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