How to Install and Uninstall libjavassist-java-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "libjavassist-java-doc" package

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

$ sudo apt update $ sudo apt install libjavassist-java-doc

2. Uninstall "libjavassist-java-doc" package

This tutorial shows how to uninstall libjavassist-java-doc on Kali Linux:

$ sudo apt remove libjavassist-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjavassist-java-doc package on Kali Linux

Package: libjavassist-java-doc
Source: javassist
Version: 1:3.27.0-1
Installed-Size: 8573
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libjavassist-java
Size: 538840
SHA256: 02085a5fdb689de87f22c48faf489b94c0e88153caab7052e369cbeacc9d8a79
SHA1: 5c29ae7431c00e5392a36c80d35190502a696d5b
MD5sum: 7fe2e3e4faae3c844b3bf97d406414ed
Description: library for editing bytecodes in Java -- documentation
This library makes Java bytecode manipulation simple. It enables Java
programs to define a new class at runtime and to modify a class file
when the JVM loads it.
.
Unlike other bytecode editors, Javassist provides two levels of API:
source level and bytecode level. With the source-level API, users can
edit a class file without knowledge of the specifications of the Java
bytecode. You can even specify inserted bytecode in the form of source
text; Javassist compiles it on the fly. On the other hand, the
bytecode-level API allows the users to directly edit a class file as
other editors.
.
This package includes the documentation.
Description-md5:
Homepage: http://jboss-javassist.github.io/javassist/
Tag: devel::doc, devel::lang:java, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/j/javassist/libjavassist-java-doc_3.27.0-1_all.deb