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

In this tutorial we learn how to install batik-ttf2svg.noarch in Amazon Linux 2. batik-ttf2svg.noarch is Batik SVG font converter

Introduction

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

What is batik-ttf2svg.noarch

The SVG Font Converter lets developers convert character ranges from the True Type Font format to the SVG Font format to embed in SVG documents. This allows SVG document to be fully self-contained be rendered exactly the same on all systems.

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

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

sudo yum -y install batik-ttf2svg.noarch

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

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

sudo yum remove batik-ttf2svg.noarch

batik-ttf2svg.noarch Package Contents on Amazon Linux 2

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

References

Summary

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