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

Last updated: May 10,2024

1. Install "libjavassist-java" package

This guide covers the steps necessary to install libjavassist-java on Kali Linux

$ sudo apt update $ sudo apt install libjavassist-java

2. Uninstall "libjavassist-java" package

Please follow the steps below to uninstall libjavassist-java on Kali Linux:

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

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

Package: libjavassist-java
Source: javassist
Version: 1:3.27.0-1
Installed-Size: 797
Maintainer: Debian Java Maintainers
Architecture: all
Size: 730756
SHA256: 6cabf06c04a2d677efa3d10556e82146d96efb4bfa5722c8a03e866ab00b4953
SHA1: 0d7e559fb90e354d4cda59156432ca256975d6ea
MD5sum: c30d21a56ee336badbc8f635cce59c04
Description: library for editing bytecodes in Java
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.
Description-md5:
Homepage: http://jboss-javassist.github.io/javassist/
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib,
role::shared-lib
Section: java
Priority: optional
Filename: pool/main/j/javassist/libjavassist-java_3.27.0-1_all.deb