How to Install and Uninstall asm Package on openSUSE Leap

Last updated: March 05,2025

1. Install "asm" package

Please follow the steps below to install asm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install asm

2. Uninstall "asm" package

In this section, we are going to explain the necessary steps to uninstall asm on openSUSE Leap:

$ sudo zypper remove asm

3. Information about the asm package on openSUSE Leap

Information for package asm:
----------------------------
Repository : Main Repository
Name : asm
Version : 1.5.3-2.42
Arch : noarch
Vendor : SUSE LLC
Installed Size : 284.1 KiB
Installed : No
Status : not installed
Source package : asm-1.5.3-2.42.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.