How To Install batik-rasterizer.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install batik-rasterizer.noarch on Amazon Linux 2.
What is batik-rasterizer.noarch
The SVG Rasterizer is a utility that can convert SVG files to a raster format. The tool can convert individual files or sets of files, making it easy to convert entire directories of SVG files. The supported formats are JPEG, PNG, and TIFF, however the design allows new formats to be added easily.
We can use yum to install batik-rasterizer.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install batik-rasterizer.noarch.
Install batik-rasterizer.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-rasterizer.noarch using yum by running the following command:
sudo yum -y install batik-rasterizer.noarch
How To Uninstall batik-rasterizer.noarch on Amazon Linux 2
To uninstall only the batik-rasterizer.noarch package we can use the following command:
sudo yum remove batik-rasterizer.noarch
batik-rasterizer.noarch Package Contents on Amazon Linux 2
/usr/bin/rasterizer
/usr/share/java/batik-rasterizer.jar
/usr/share/maven-fragments/batik-rasterizer
/usr/share/maven-poms/JPP-batik-rasterizer.pom
References
Summary
In this tutorial we learn how to install batik-rasterizer.noarch on Amazon Linux 2 using yum.