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

Last updated: May 19,2024

1. Install "libasm2-java" package

This is a short guide on how to install libasm2-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libasm2-java

2. Uninstall "libasm2-java" package

Learn how to uninstall libasm2-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libasm2-java
Priority: optional
Section: universe/devel
Installed-Size: 324
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: asm2
Version: 2.2.3-6
Filename: pool/universe/a/asm2/libasm2-java_2.2.3-6_all.deb
Size: 163172
MD5sum: 5f876458836faa44c2f661f76bb71706
SHA1: 81c12b15f5bf80880c9639dec7f81729f605515c
SHA256: 5ca77a1c914b3c5ca93587645fd377878965286952df07e0ae1d27a660c76a43
Description-en: Java bytecode manipulation framework
It can be used to dynamically generate stub classes or other proxy classes,
directly in binary form, or to dynamically modify classes at load time, i.e.,
just before they are loaded into the Java Virtual Machine.
.
ASM offers similar functionalities as BCEL or SERP, but is much smaller
(25KB instead of 350KB for BCEL and 150KB for SERP) and faster
than these tools (the overhead of a load time class transformation is on
the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with
SERP). ASM was designed to be used in a dynamic and static way and was
therefore designed and implemented to be as small and as fast as possible.
Description-md5: 821ca42f9901b1a9158de90b6afda2b5
Homepage: http://asm.objectweb.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu