How To Install jnr-x86asm on Fedora 36

In this tutorial we learn how to install jnr-x86asm in Fedora 36. jnr-x86asm is Pure-java port of asmjit

Introduction

In this tutorial we learn how to install jnr-x86asm on Fedora 36.

What is jnr-x86asm

Pure-java port of asmjit (http

We can use yum or dnf to install jnr-x86asm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jnr-x86asm.

Install jnr-x86asm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install jnr-x86asm using dnf by running the following command:

sudo dnf -y install jnr-x86asm

Install jnr-x86asm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jnr-x86asm using yum by running the following command:

sudo yum -y install jnr-x86asm

How To Uninstall jnr-x86asm on Fedora 36

To uninstall only the jnr-x86asm package we can use the following command:

sudo dnf remove jnr-x86asm

jnr-x86asm Package Contents on Fedora 36

/usr/share/doc/jnr-x86asm
/usr/share/doc/jnr-x86asm/README
/usr/share/java/jnr-x86asm
/usr/share/java/jnr-x86asm/jnr-x86asm.jar
/usr/share/licenses/jnr-x86asm
/usr/share/licenses/jnr-x86asm/LICENSE
/usr/share/maven-metadata/jnr-x86asm.xml
/usr/share/maven-poms/jnr-x86asm
/usr/share/maven-poms/jnr-x86asm/jnr-x86asm.pom

References

Summary

In this tutorial we learn how to install jnr-x86asm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).