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

Last updated: May 15,2024

1. Install "libasm3-java" package

Please follow the guidance below to install libasm3-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libasm3-java

2. Uninstall "libasm3-java" package

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

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

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

Package: libasm3-java
Priority: optional
Section: universe/devel
Installed-Size: 801
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: asm3
Version: 3.3.2-3
Filename: pool/universe/a/asm3/libasm3-java_3.3.2-3_all.deb
Size: 480906
MD5sum: b6d46c4c1aeeeeb1753396ab19c734b1
SHA1: 5e83a600286e5c26fa67b6e4b6fabc1566d2686c
SHA256: 4792e7e4703338a3a6aa7081b0675f37049abad576729c0907da43bec3d3e6af
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

5. The same packages on other Linux Distributions