How to Install and Uninstall objectweb-asm.noarch Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "objectweb-asm.noarch" package

Here is a brief guide to show you how to install objectweb-asm.noarch on Oracle Linux 9

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

2. Uninstall "objectweb-asm.noarch" package

This tutorial shows how to uninstall objectweb-asm.noarch on Oracle Linux 9:

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

3. Information about the objectweb-asm.noarch package on Oracle Linux 9

Last metadata expiration check: 0:16:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : objectweb-asm
Version : 9.1
Release : 5.el9
Architecture : noarch
Size : 379 k
Source : objectweb-asm-9.1-5.el9.src.rpm
Repository : ol9_appstream
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.