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

Last updated: May 18,2024

1. Install "libjoptsimple-java" package

This guide covers the steps necessary to install libjoptsimple-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjoptsimple-java

2. Uninstall "libjoptsimple-java" package

Please follow the guidelines below to uninstall libjoptsimple-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjoptsimple-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjoptsimple-java
Priority: extra
Section: universe/java
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: joptsimple
Version: 4.5-3
Suggests: libjoptsimple-java-doc
Filename: pool/universe/j/joptsimple/libjoptsimple-java_4.5-3_all.deb
Size: 58686
MD5sum: 93bd0077871f5562438197b2c6acdccf
SHA1: 079fe72e93ab6ca96f7dcd6075c71a81a1078012
SHA256: 1ed55367ca5dcf7c6b7a12854eb315c210363437537d2f46436cb077d9b9ffb2
Description-en: Command line parsing java library
JOpt Simple is a Java library for parsing command line options, such as
those you might pass to an invocation of javac.
.
In the interest of striving for simplicity, as closely as possible JOpt
Simple attempts to honor the command line option syntaxes of POSIX
getopt() and GNU getopt_long() . It also aims to make option parser
configuration and retrieval of options and their arguments simple and
expressive, without being overly clever.
Description-md5: 2f4c592514b17bb51776886e4f32fded
Homepage: http://pholser.github.com/jopt-simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu