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

Last updated: July 01,2024

1. Install "objectweb-asm.src" package

This guide let you learn how to install objectweb-asm.src on Oracle Linux 9

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

2. Uninstall "objectweb-asm.src" package

Here is a brief guide to show you how to uninstall objectweb-asm.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:31:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : objectweb-asm
Version : 9.1
Release : 5.el9
Architecture : src
Size : 884 k
Source : None
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.