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

Last updated: February 03,2025

1. Install "libjoptsimple-java-doc" package

Please follow the guidance below to install libjoptsimple-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjoptsimple-java-doc

2. Uninstall "libjoptsimple-java-doc" package

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

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

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

Package: libjoptsimple-java-doc
Priority: extra
Section: universe/doc
Installed-Size: 892
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: joptsimple
Version: 4.5-3
Depends: default-jdk-doc
Filename: pool/universe/j/joptsimple/libjoptsimple-java-doc_4.5-3_all.deb
Size: 43386
MD5sum: 174750f4a3378a0467c2374597a20485
SHA1: d019d28d91e21b4b1c41aa75a4ba78617bec1b8c
SHA256: 53ccf1700e67dbad8352381499a4020e3436a115b733cd1ff732597267739f9d
Description-en: Command line parsing java library - Documentation
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.
.
This package contains the javadoc documentation.
Description-md5: c8883d5fb55cecb8d52a84e7e41bc3a5
Homepage: http://pholser.github.com/jopt-simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu