How To Install mingw64-djvulibre-tools on Fedora 36

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

Introduction

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

What is mingw64-djvulibre-tools

Tools for the MinGW Windows djvulibre library.

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

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

sudo dnf -y install mingw64-djvulibre-tools

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

sudo yum -y install mingw64-djvulibre-tools

How To Uninstall mingw64-djvulibre-tools on Fedora 36

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

sudo dnf remove mingw64-djvulibre-tools

mingw64-djvulibre-tools Package Contents on Fedora 36

/usr/x86_64-w64-mingw32/sys-root/mingw/bin/bzz.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/c44.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/cjb2.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/cpaldjvu.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/csepdjvu.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/ddjvu.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvm.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvmcvt.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvudump.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvuextract.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvumake.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvups.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvused.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvuserve.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvutoxml.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvutxt.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/djvuxmlparser.exe

References

Summary

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