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

Last updated: October 06,2024

1. Install "libcommons-discovery-java-doc" package

This is a short guide on how to install libcommons-discovery-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcommons-discovery-java-doc

2. Uninstall "libcommons-discovery-java-doc" package

This guide let you learn how to uninstall libcommons-discovery-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcommons-discovery-java-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libcommons-discovery-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 1119
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libcommons-discovery-java
Version: 0.5-3ubuntu1
Depends: libcommons-logging-java-doc
Suggests: libcommons-discovery-java
Filename: pool/universe/libc/libcommons-discovery-java/libcommons-discovery-java-doc_0.5-3ubuntu1_all.deb
Size: 95018
MD5sum: 2b28e6a0e7049d8a6ad69263a43b3cd8
SHA1: cd3bf532e296c90daf352023742c87a012db05af
SHA256: 3a83b409777eec6e258505e53523cd0de0ca7fbafc54e6936bd6912d727d1f43
Description-en: locates classes that implement a given Java interface (documentation)
The Discovery Component is about discovering, or finding,
implementations for pluggable interfaces. It provides facilities
instantiating classes in general, and for lifecycle management of
singleton (factory) classes.
.
Fundamentally, Discovery locates classes that implement a given Java
interface. The discovery pattern, though not necessarily this package,
is used in many projects including JAXP (SaxParserFactory and others)
and commons-logging (LogFactory). By extracting this pattern, other
projects can (re)use it and take advantage of improvements to the
pattern as Discovery evolves.
.
Discovery improves over previous implementations by establishing
facilities for working within managed environments. These allow
configuration and property overrides without appealing to the global
System properties (which are scoped across an entire JVM).
.
This package contains the documentation.
Description-md5: 1b7d1eb8be973ccc608a24f05de5fd25
Homepage: http://commons.apache.org/discovery/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu