How to Install and Uninstall asm2-javadoc Package on openSUSE Leap

Last updated: May 19,2024

1. Install "asm2-javadoc" package

This tutorial shows how to install asm2-javadoc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install asm2-javadoc

2. Uninstall "asm2-javadoc" package

Learn how to uninstall asm2-javadoc on openSUSE Leap:

$ sudo zypper remove asm2-javadoc

3. Information about the asm2-javadoc package on openSUSE Leap

Information for package asm2-javadoc:
-------------------------------------
Repository : Main Repository
Name : asm2-javadoc
Version : 2.2.3-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 11.7 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.