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

In this tutorial we learn how to install batik-svgpp.noarch in Amazon Linux 2. batik-svgpp.noarch is Batik SVG pretty printer

Introduction

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

What is batik-svgpp.noarch

The SVG Pretty Printer lets developers “pretty-up” their SVG files and get their tabulations and other cosmetic parameters in order. It can also be used to modify the DOCTYPE declaration on SVG files.

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

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

sudo yum -y install batik-svgpp.noarch

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

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

sudo yum remove batik-svgpp.noarch

batik-svgpp.noarch Package Contents on Amazon Linux 2

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

References

Summary

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