How to Install and Uninstall asm2 Package on openSUSE Leap

Last updated: July 04,2024

1. Install "asm2" package

Please follow the step by step instructions below to install asm2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install asm2

2. Uninstall "asm2" package

Learn how to uninstall asm2 on openSUSE Leap:

$ sudo zypper remove asm2

3. Information about the asm2 package on openSUSE Leap

Information for package asm2:
-----------------------------
Repository : Main Repository
Name : asm2
Version : 2.2.3-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 355.9 KiB
Installed : No
Status : not installed
Source package : asm2-2.2.3-bp155.2.13.src
Upstream URL : http://asm.objectweb.org/
Summary : Java bytecode manipulation framework
Description :
ASM is a 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.