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

Last updated: October 06,2024

1. Install "objectweb-asm.noarch" package

This is a short guide on how to install objectweb-asm.noarch on Fedora 34

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

2. Uninstall "objectweb-asm.noarch" package

Please follow the steps below to uninstall objectweb-asm.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:59:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : objectweb-asm
Version : 8.0.1
Release : 2.fc34
Architecture : noarch
Size : 378 k
Source : objectweb-asm-8.0.1-2.fc34.src.rpm
Repository : fedora
Summary : Java bytecode manipulation and analysis framework
URL : http://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.