How to Install and Uninstall openjdk-asmtools.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "openjdk-asmtools.noarch" package

This guide covers the steps necessary to install openjdk-asmtools.noarch on Fedora 36

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

2. Uninstall "openjdk-asmtools.noarch" package

Please follow the guidance below to uninstall openjdk-asmtools.noarch on Fedora 36:

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

3. Information about the openjdk-asmtools.noarch package on Fedora 36

Last metadata expiration check: 4:26:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : openjdk-asmtools
Version : 7.0.b10
Release : 0.6.20210610.gitf40a2c0.fc36
Architecture : noarch
Size : 454 k
Source : openjdk-asmtools-7.0.b10-0.6.20210610.gitf40a2c0.fc36.src.rpm
Repository : fedora
Summary : To develop tools create proper & improper Java '.class' files
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.