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

Last updated: May 09,2024

1. Install "libqdox-java" package

Please follow the guidelines below to install libqdox-java on Kali Linux

$ sudo apt update $ sudo apt install libqdox-java

2. Uninstall "libqdox-java" package

This guide covers the steps necessary to uninstall libqdox-java on Kali Linux:

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

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

Package: libqdox-java
Source: qdox
Version: 1.12.1-3
Installed-Size: 209
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libqdox-java-doc, ant, junit (>= 3.8.2)
Size: 171734
SHA256: 2eed39098880039fa89ba47de7dcf11a99125b2789eef868fe01af6c3fe72cae
SHA1: 5aad1812753c5be4257b558a5056da891ad93959
MD5sum: ee93393528e73e679734c2b8be2c1087
Description: Quickly parses declarations and Javadoc from Java source
qdox quickly parses Java source files looking for key items of
interest:
* class and interface definitions
* member declarations
* import statements
* JavaDoc comments
.
qdox ignores all other components of Java source, such as actual method
implementations, to avoid overhead. qdox returns a simple document
model containing only the declarations and containing enough
information to be useful.
Description-md5:
Homepage: https://github.com/codehaus/qdox
Section: java
Priority: optional
Filename: pool/main/q/qdox/libqdox-java_1.12.1-3_all.deb