How To Install batik-squiggle.noarch on Amazon Linux 2

In this tutorial we learn how to install batik-squiggle.noarch in Amazon Linux 2. batik-squiggle.noarch is Batik SVG browser

Introduction

In this tutorial we learn how to install batik-squiggle.noarch on Amazon Linux 2.

What is batik-squiggle.noarch

The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate in the content and select text items in the image and much more.

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

Install batik-squiggle.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 batik-squiggle.noarch using yum by running the following command:

sudo yum -y install batik-squiggle.noarch

How To Uninstall batik-squiggle.noarch on Amazon Linux 2

To uninstall only the batik-squiggle.noarch package we can use the following command:

sudo yum remove batik-squiggle.noarch

batik-squiggle.noarch Package Contents on Amazon Linux 2

/usr/bin/squiggle
/usr/share/java/batik-squiggle.jar
/usr/share/maven-fragments/batik-squiggle
/usr/share/maven-poms/JPP-batik-squiggle.pom

References

Summary

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