How To Install batik-slideshow.noarch on Amazon Linux 2
In this tutorial we learn how to install batik-slideshow.noarch in Amazon Linux 2. batik-slideshow.noarch is Batik SVG slideshow
Introduction
In this tutorial we learn how to install batik-slideshow.noarch on Amazon Linux 2.
What is batik-slideshow.noarch
Batik SVG slideshow.
We can use yum to install batik-slideshow.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install batik-slideshow.noarch.
Install batik-slideshow.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-slideshow.noarch using yum by running the following command:
sudo yum -y install batik-slideshow.noarch
How To Uninstall batik-slideshow.noarch on Amazon Linux 2
To uninstall only the batik-slideshow.noarch package we can use the following command:
sudo yum remove batik-slideshow.noarch
batik-slideshow.noarch Package Contents on Amazon Linux 2
/usr/bin/slideshow
/usr/share/java/batik-slideshow.jar
/usr/share/maven-fragments/batik-slideshow
/usr/share/maven-poms/JPP-batik-slideshow.pom
References
Summary
In this tutorial we learn how to install batik-slideshow.noarch on Amazon Linux 2 using yum.