How To Install batik-ttf2svg on Fedora 36
Introduction
In this tutorial we learn how to install batik-ttf2svg
on Fedora 36.
What is batik-ttf2svg
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
or dnf
to install batik-ttf2svg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install batik-ttf2svg.
Install batik-ttf2svg 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-ttf2svg
using dnf
by running the following command:
sudo dnf -y install batik-ttf2svg
Install batik-ttf2svg 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-ttf2svg
using yum
by running the following command:
sudo yum -y install batik-ttf2svg
How To Uninstall batik-ttf2svg on Fedora 36
To uninstall only the batik-ttf2svg
package we can use the following command:
sudo dnf remove batik-ttf2svg
batik-ttf2svg Package Contents on Fedora 36
/usr/bin/ttf2svg
/usr/share/java/batik
/usr/share/java/batik/batik-ttf2svg.jar
/usr/share/maven-metadata/batik-ttf2svg.xml
/usr/share/maven-poms/batik
/usr/share/maven-poms/batik/batik-ttf2svg.pom
References
Summary
In this tutorial we learn how to install batik-ttf2svg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).