How to Install and Uninstall libasm-java Package on Kali Linux

Last updated: May 12,2024

1. Install "libasm-java" package

Please follow the steps below to install libasm-java on Kali Linux

$ sudo apt update $ sudo apt install libasm-java

2. Uninstall "libasm-java" package

Please follow the instructions below to uninstall libasm-java on Kali Linux:

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

3. Information about the libasm-java package on Kali Linux

Package: libasm-java
Source: asm
Version: 9.5-1
Installed-Size: 853
Maintainer: Debian Java Maintainers
Architecture: all
Size: 387108
SHA256: 299c4545ba7f980740e56525a67b204a3530f0f8b0697ab0c2e5ec634fb846d9
SHA1: bcab8df9d1638208375cb3528f96dcd4b20c44b6
MD5sum: deec29451bc997b2e41a41774a86cb0f
Description: Java bytecode manipulation framework
ASM is an all purpose Java bytecode manipulation and analysis framework.
It can be used to modify existing classes or dynamically generate classes,
directly in binary form. Provided common transformations and analysis
algorithms allow one to easily assemble custom complex transformations
and code analysis tools.
.
ASM offer similar functionality as other bytecode frameworks, but it is
focused on simplicity of use and performance. Because it was designed and
implemented to be as small and as fast as possible, it makes it very
attractive for using in dynamic systems.
Description-md5:
Homepage: http://asm.ow2.io
Section: java
Priority: optional
Filename: pool/main/a/asm/libasm-java_9.5-1_all.deb