How To Install mingw32-svg2svgt on Fedora 36
Introduction
In this tutorial we learn how to install mingw32-svg2svgt
on Fedora 36.
What is mingw32-svg2svgt
MinGW Windows svg2svgt library.
We can use yum
or dnf
to install mingw32-svg2svgt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw32-svg2svgt.
Install mingw32-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 mingw32-svg2svgt
using dnf
by running the following command:
sudo dnf -y install mingw32-svg2svgt
Install mingw32-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 mingw32-svg2svgt
using yum
by running the following command:
sudo yum -y install mingw32-svg2svgt
How To Uninstall mingw32-svg2svgt on Fedora 36
To uninstall only the mingw32-svg2svgt
package we can use the following command:
sudo dnf remove mingw32-svg2svgt
mingw32-svg2svgt Package Contents on Fedora 36
/usr/i686-w64-mingw32/sys-root/mingw/bin/libsvg2svgt-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/svg2svgt-gui.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/svg2svgt.exe
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/emptynoderemoverstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/errorcodes.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/fillconverterstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/gradientprocessorstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/logger.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/nodefilterstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/nodefinder.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/nodewalker.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/opacityconverterstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/pathconverterstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/processorengine.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/processorstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/ruleengine.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/statisticsprocessorstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/stylesheetconverterstep.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/tracer.h
/usr/i686-w64-mingw32/sys-root/mingw/include/svg2svgt/validationstep.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libsvg2svgt.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/svg2svgt.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm
/usr/share/licenses/mingw32-svg2svgt
/usr/share/licenses/mingw32-svg2svgt/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install mingw32-svg2svgt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).