How to Install and Uninstall libjavassist-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libjavassist-java" package

In this section, we are going to explain the necessary steps to install libjavassist-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjavassist-java

2. Uninstall "libjavassist-java" package

Please follow the step by step instructions below to uninstall libjavassist-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libjavassist-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjavassist-java
Priority: optional
Section: universe/libs
Installed-Size: 686
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: javassist
Version: 1:3.12.1.ga-2
Filename: pool/universe/j/javassist/libjavassist-java_3.12.1.ga-2_all.deb
Size: 606972
MD5sum: 1190a175ea7da4a5ec947e272c0a0ebe
SHA1: fb1796b66a0bdf4e6a597af18612f2390c6043d3
SHA256: 669d9db907ef083d4de6a503e206d26bc3296c461515c5574afb73e1c0b85648
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
Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu