How to Install and Uninstall libcommons-discovery-java Package on Kali Linux

Last updated: May 18,2024

1. Install "libcommons-discovery-java" package

This guide let you learn how to install libcommons-discovery-java on Kali Linux

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

2. Uninstall "libcommons-discovery-java" package

Please follow the instructions below to uninstall libcommons-discovery-java on Kali Linux:

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

3. Information about the libcommons-discovery-java package on Kali Linux

Package: libcommons-discovery-java
Version: 0.5-4
Installed-Size: 100
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-logging-java (>= 1.2)
Size: 71304
SHA256: 0b0a4e05a25a64d4e4cc514657840b295f87c5fcda890ca6afe0d051656e596c
SHA1: 506df0c420d6e4e40a6479010391335f8f7b540f
MD5sum: ee545791f5b383efc9072894750451a8
Description: 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:
Homepage: http://commons.apache.org/discovery/
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-discovery-java/libcommons-discovery-java_0.5-4_all.deb