How to Install and Uninstall libreflections-java Package on Kali Linux

Last updated: May 12,2024

1. Install "libreflections-java" package

Please follow the guidance below to install libreflections-java on Kali Linux

$ sudo apt update $ sudo apt install libreflections-java

2. Uninstall "libreflections-java" package

This is a short guide on how to uninstall libreflections-java on Kali Linux:

$ sudo apt remove libreflections-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libreflections-java package on Kali Linux

Package: libreflections-java
Version: 0.10.2+dfsg-2
Installed-Size: 155
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libdom4j-java, libgoogle-gson-java, libjavassist-java, libservlet-api-java, libslf4j-java, libhamcrest-java, libjboss-vfs-java
Size: 125004
SHA256: ec239171f64e206c55e925206dae62fd15ca46474189c377c0ffead618b3032a
SHA1: 8dcb9b58a595d09b808eceecb3d8951bb330833d
MD5sum: ef1a655e757b4a82650676c92972c8da
Description: Java runtime metadata analysis library
Reflections scans a classpath, indexes the metadata, allows one to query it on
runtime and may save and collect that information for many modules within a
project.
.
Using Reflections one can query metadata such as:
- get all subtypes of some type;
- get all types/members annotated with some annotation;
- get all resources matching a regular expression;
- get all methods with specific signature including parameters, parameter
annotations and return type.
Description-md5:
Homepage: https://github.com/ronmamo/reflections
Section: java
Priority: optional
Filename: pool/main/libr/libreflections-java/libreflections-java_0.10.2+dfsg-2_all.deb