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

Last updated: November 28,2024

1. Install "objectweb-asm.noarch" package

This tutorial shows how to install objectweb-asm.noarch on Fedora 39

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

2. Uninstall "objectweb-asm.noarch" package

This is a short guide on how to uninstall objectweb-asm.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:53:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : objectweb-asm
Version : 9.5
Release : 2.fc39
Architecture : noarch
Size : 360 k
Source : objectweb-asm-9.5-2.fc39.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.