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

Last updated: October 05,2024

1. Install "libjavassist-java-doc" package

Here is a brief guide to show you how to install libjavassist-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjavassist-java-doc" package

Please follow the guidance below to uninstall libjavassist-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjavassist-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 5940
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: javassist
Version: 1:3.12.1.ga-2
Suggests: libjavassist-java
Filename: pool/universe/j/javassist/libjavassist-java-doc_3.12.1.ga-2_all.deb
Size: 469108
MD5sum: 674bc4484ecf8ff0ea80ee3d0d2f595a
SHA1: 3a09763ca3a92a61660674fbbc2f125d35c5f2ba
SHA256: a94dd56d7f157c3fc19f516c35fe44ca3d9194bcce3502cc7f5d61632565e5e9
Description-en: 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: 307370a3643f0ab45c70ce99693faaa8
Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu