How to Install and Uninstall objectweb-asm.noarch Package on Fedora 36

Last updated: April 20,2024

1. Install "objectweb-asm.noarch" package

Please follow the step by step instructions below to install objectweb-asm.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install objectweb-asm.noarch

2. Uninstall "objectweb-asm.noarch" package

Please follow the guidelines below to uninstall objectweb-asm.noarch on Fedora 36:

$ sudo dnf remove objectweb-asm.noarch $ sudo dnf autoremove

3. Information about the objectweb-asm.noarch package on Fedora 36

Last metadata expiration check: 2:40:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : objectweb-asm
Version : 9.2
Release : 3.fc36
Architecture : noarch
Size : 369 k
Source : objectweb-asm-9.2-3.fc36.src.rpm
Repository : fedora
Summary : Java bytecode manipulation and analysis framework
URL : https://asm.ow2.org/
License : BSD
Description : 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 to easily assemble
: custom complex transformations and code analysis tools.