How to Install and Uninstall libcommons-discovery-java Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: February 24,2025
1. Install "libcommons-discovery-java" package
In this section, we are going to explain the necessary steps to install libcommons-discovery-java on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libcommons-discovery-java
Copied
2. Uninstall "libcommons-discovery-java" package
Please follow the step by step instructions below to uninstall libcommons-discovery-java on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libcommons-discovery-java
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libcommons-discovery-java package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libcommons-discovery-java
Priority: optional
Section: universe/libs
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.5-3ubuntu1
Depends: libcommons-logging-java
Suggests: libcommons-discovery-java-doc
Filename: pool/universe/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-3ubuntu1_all.deb
Size: 73152
MD5sum: f9437ea0b1f2935ee3220248aa8116d1
SHA1: f1b97ba094dd9a489ff06a089fdc71361f0f6302
SHA256: dfb6fb0dd2791b0da852ad0edbf95ffc62ce833e49b35e936ee357ca00ad98ee
Description-en: locates classes that implement a given Java interface
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).
Description-md5: 69f1a9fb849fb52e7b308ae88d6f0a15
Homepage: http://commons.apache.org/discovery/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/libs
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.5-3ubuntu1
Depends: libcommons-logging-java
Suggests: libcommons-discovery-java-doc
Filename: pool/universe/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-3ubuntu1_all.deb
Size: 73152
MD5sum: f9437ea0b1f2935ee3220248aa8116d1
SHA1: f1b97ba094dd9a489ff06a089fdc71361f0f6302
SHA256: dfb6fb0dd2791b0da852ad0edbf95ffc62ce833e49b35e936ee357ca00ad98ee
Description-en: locates classes that implement a given Java interface
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).
Description-md5: 69f1a9fb849fb52e7b308ae88d6f0a15
Homepage: http://commons.apache.org/discovery/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu