How To Install capstone-java.noarch on Amazon Linux 2

In this tutorial we learn how to install capstone-java.noarch in Amazon Linux 2. capstone-java.noarch is Java bindings for capstone

Introduction

In this tutorial we learn how to install capstone-java.noarch on Amazon Linux 2.

What is capstone-java.noarch

The capstone-java package contains java bindings for capstone.

We can use yum to install capstone-java.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install capstone-java.noarch.

Install capstone-java.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install capstone-java.noarch using yum by running the following command:

sudo yum -y install capstone-java.noarch

How To Uninstall capstone-java.noarch on Amazon Linux 2

To uninstall only the capstone-java.noarch package we can use the following command:

sudo yum remove capstone-java.noarch

capstone-java.noarch Package Contents on Amazon Linux 2

/usr/share/java
/usr/share/java/capstone.jar

References

Summary

In this tutorial we learn how to install capstone-java.noarch on Amazon Linux 2 using yum.