How To Install mingw64-podofo-tools on Fedora 36

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

Introduction

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

What is mingw64-podofo-tools

Tools for the MinGW Windows podofo library.

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

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

sudo dnf -y install mingw64-podofo-tools

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

sudo yum -y install mingw64-podofo-tools

How To Uninstall mingw64-podofo-tools on Fedora 36

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

sudo dnf remove mingw64-podofo-tools

mingw64-podofo-tools Package Contents on Fedora 36

/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofobox.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofocolor.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofocountpages.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofocrop.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoencrypt.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofogc.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoimg2pdf.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoimgextract.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoimpose.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoincrementalupdates.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofomerge.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofonooc.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofopages.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofopdfinfo.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofosign.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofotxt2pdf.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofotxtextract.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofouncompress.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/podofoxmp.exe

References

Summary

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