How To Install mingw32-shapelib-tools on Fedora 36

In this tutorial we learn how to install mingw32-shapelib-tools in Fedora 36. mingw32-shapelib-tools is Tools for the MinGW Windows shapelib library

Introduction

In this tutorial we learn how to install mingw32-shapelib-tools on Fedora 36.

What is mingw32-shapelib-tools

Tools for the MinGW Windows shapelib library.

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

Install mingw32-shapelib-tools 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-shapelib-tools using dnf by running the following command:

sudo dnf -y install mingw32-shapelib-tools

Install mingw32-shapelib-tools 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-shapelib-tools using yum by running the following command:

sudo yum -y install mingw32-shapelib-tools

How To Uninstall mingw32-shapelib-tools on Fedora 36

To uninstall only the mingw32-shapelib-tools package we can use the following command:

sudo dnf remove mingw32-shapelib-tools

mingw32-shapelib-tools Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/Shape_PointInPoly.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/dbfadd.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/dbfcat.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/dbfcreate.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/dbfdump.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/dbfinfo.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpadd.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpcat.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpcentrd.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpcreate.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpdata.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpdump.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpdxf.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpfix.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpinfo.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shprewind.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpsort.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shptreedump.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shputils.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/shpwkb.exe

References

Summary

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