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

Last updated: May 15,2024

1. Install "libasm4-java" package

This guide covers the steps necessary to install libasm4-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libasm4-java

2. Uninstall "libasm4-java" package

Please follow the steps below to uninstall libasm4-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libasm4-java
Priority: optional
Section: universe/java
Installed-Size: 965
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 5.0.4-1
Filename: pool/universe/liba/libasm4-java/libasm4-java_5.0.4-1_all.deb
Size: 252270
MD5sum: 3d9f133d2b51a1f52df0c77815d97b0b
SHA1: 624b4b68d3230a8781f5ebf7c0896238eb6e6bb4
SHA256: d29f2d4fdfe7118f611614b133888d6838bb7ed76fda0e6a6e6c81198a331772
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
Supported: 3y
Task: ubuntu-mate-desktop