How To Install mingw64-svg2svgt on Fedora 36

In this tutorial we learn how to install mingw64-svg2svgt in Fedora 36. mingw64-svg2svgt is MinGW Windows svg2svgt library

Introduction

In this tutorial we learn how to install mingw64-svg2svgt on Fedora 36.

What is mingw64-svg2svgt

MinGW Windows svg2svgt library.

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

Install mingw64-svg2svgt 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 mingw64-svg2svgt using dnf by running the following command:

sudo dnf -y install mingw64-svg2svgt

Install mingw64-svg2svgt 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 mingw64-svg2svgt using yum by running the following command:

sudo yum -y install mingw64-svg2svgt

How To Uninstall mingw64-svg2svgt on Fedora 36

To uninstall only the mingw64-svg2svgt package we can use the following command:

sudo dnf remove mingw64-svg2svgt

mingw64-svg2svgt Package Contents on Fedora 36

/usr/share/licenses/mingw64-svg2svgt
/usr/share/licenses/mingw64-svg2svgt/LICENSE.LGPL
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libsvg2svgt-0.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/svg2svgt-gui.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/svg2svgt.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/emptynoderemoverstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/errorcodes.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/fillconverterstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/gradientprocessorstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/logger.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/nodefilterstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/nodefinder.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/nodewalker.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/opacityconverterstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/pathconverterstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/processorengine.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/processorstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/ruleengine.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/statisticsprocessorstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/stylesheetconverterstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/tracer.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/svg2svgt/validationstep.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libsvg2svgt.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/svg2svgt.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm

References

Summary

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