How To Install mingw32-twaindsm on Fedora 36

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

Introduction

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

What is mingw32-twaindsm

MinGW Windows twaindsm library.

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

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

sudo dnf -y install mingw32-twaindsm

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

sudo yum -y install mingw32-twaindsm

How To Uninstall mingw32-twaindsm on Fedora 36

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

sudo dnf remove mingw32-twaindsm

mingw32-twaindsm Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/twaindsm.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/twain.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libtwaindsm.dll.a
/usr/share/doc/mingw32-twaindsm
/usr/share/doc/mingw32-twaindsm/ChangeLog.txt
/usr/share/doc/mingw32-twaindsm/README.txt
/usr/share/licenses/mingw32-twaindsm
/usr/share/licenses/mingw32-twaindsm/license.txt

References

Summary

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