How to Install and Uninstall libjavassist-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "libjavassist-java" package

This is a short guide on how to install libjavassist-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libjavassist-java

2. Uninstall "libjavassist-java" package

This guide covers the steps necessary to uninstall libjavassist-java on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libjavassist-java package on Ubuntu 21.10 (Impish Indri)

Package: libjavassist-java
Architecture: all
Version: 1:3.27.0-1
Priority: optional
Section: universe/libs
Source: javassist
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 797
Filename: pool/universe/j/javassist/libjavassist-java_3.27.0-1_all.deb
Size: 729776
MD5sum: 508439ad53a4f45c42b377a02f3b3f0b
SHA1: 09c7b43807d3637b387fe4ec42cb768c9ac7cb21
SHA256: 25f2725fea3bd119d5abfa6fb20865bb2c5d74bd5445857e1876d9b372a3d415
SHA512: 8dfe1b7e985712627ac63def9b5e5363add6fbe45a2ce8e9c6217c8fe7d15fcfd869b2d8ae41bce46fcc8b19d4a413e9755aadbf1bf6f0795293b54fd2fdf16d
Homepage: http://jboss-javassist.github.io/javassist/
Description-en: 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: b6e376b50e4c67052a064faa77738687