How To Install batik-css on Fedora 36

In this tutorial we learn how to install batik-css in Fedora 36. batik-css is Batik CSS engine

Introduction

In this tutorial we learn how to install batik-css on Fedora 36.

What is batik-css

CSS component of the Apache Batik SVG manipulation and rendering library.

We can use yum or dnf to install batik-css on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install batik-css.

Install batik-css on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install batik-css using dnf by running the following command:

sudo dnf -y install batik-css

Install batik-css on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install batik-css using yum by running the following command:

sudo yum -y install batik-css

How To Uninstall batik-css on Fedora 36

To uninstall only the batik-css package we can use the following command:

sudo dnf remove batik-css

batik-css Package Contents on Fedora 36

/usr/share/java/batik
/usr/share/java/batik/batik-css.jar
/usr/share/maven-metadata/batik-css.xml
/usr/share/maven-poms/batik
/usr/share/maven-poms/batik/batik-css.pom

References

Summary

In this tutorial we learn how to install batik-css on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).