How to Install and Uninstall objectweb-asm.noarch Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "objectweb-asm.noarch" package

In this section, we are going to explain the necessary steps to install objectweb-asm.noarch on CentOS Stream 8

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

2. Uninstall "objectweb-asm.noarch" package

Learn how to uninstall objectweb-asm.noarch on CentOS Stream 8:

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

3. Information about the objectweb-asm.noarch package on CentOS Stream 8

Last metadata expiration check: 4:13:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : objectweb-asm
Version : 7.3.1
Release : 3.module+el8.2.1+7436+4afdca1f
Architecture : noarch
Size : 390 k
Source : objectweb-asm-7.3.1-3.module+el8.2.1+7436+4afdca1f.src.rpm
Repository : 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.