How to Install and Uninstall libcommons-discovery-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: October 07,2024

1. Install "libcommons-discovery-java" package

Please follow the guidance below to install libcommons-discovery-java on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libcommons-discovery-java" package

Please follow the step by step instructions below to uninstall libcommons-discovery-java on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcommons-discovery-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcommons-discovery-java
Architecture: all
Version: 0.5-3ubuntu1
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 138
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
SHA512: ecdcdeba372b959f7453eb5fa299813374b162dcb6e89862b29ac02357c41f6f23a51a7de8a89666be8b7f578035a25eae94e06b6f6f24015bf46c31287ba409
Homepage: http://commons.apache.org/discovery/
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