How to Install and Uninstall openjdk-asmtools7.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "openjdk-asmtools7.noarch" package

Please follow the guidelines below to install openjdk-asmtools7.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install openjdk-asmtools7.noarch

2. Uninstall "openjdk-asmtools7.noarch" package

Learn how to uninstall openjdk-asmtools7.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove openjdk-asmtools7.noarch $ sudo dnf autoremove

3. Information about the openjdk-asmtools7.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:18:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : openjdk-asmtools7
Version : 7.0.b10
Release : 0.7.20210610.gitf40a2c0.el9
Architecture : noarch
Size : 448 k
Source : openjdk-asmtools7-7.0.b10-0.7.20210610.gitf40a2c0.el9.src.rpm
Repository : epel
Summary : Set of tools used to assemble / disassemble proper and improper Java .class files for JDK version 11 and lesser
URL : https://github.com/openjdk/asmtools
License : GPLv2+
Description : AsmTools helps develop tools to create proper and improper Java .class files.
: Aids various Java .class based testing and OpenJDK development applications.
: Asmtools supports latest class file formats, in lock-step with JDK development.
: AsmTools consist of a set of (Java class file) assembler/dis-assemblers:
: * Jasm/Jdis:
: An assembler language to provide Java-like declaration of member signatures,
: providing Java VM specification compliant mnemonics for byte-code instructions.
: * JCod/JDec:
: An assembler language to provide byte-code containers of class-file constructs.
:
: This version works with JDK version 11 and lesser.