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

Last updated: September 20,2024

1. Install "objectweb-asm.src" package

Please follow the guidance below to install objectweb-asm.src on Oracle Linux 8

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

2. Uninstall "objectweb-asm.src" package

In this section, we are going to explain the necessary steps to uninstall objectweb-asm.src on Oracle Linux 8:

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

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

Last metadata expiration check: 0:57:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : objectweb-asm
Version : 7.3.1
Release : 3.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 831 k
Source : None
Repository : ol8_appstream
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.