How To Install mingw32-usbredir on Fedora 36

In this tutorial we learn how to install mingw32-usbredir in Fedora 36. mingw32-usbredir is MinGW USB network redirection protocol libraries

Introduction

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

What is mingw32-usbredir

This package contains the header files and libraries needed to develop applications that use usbredir with MinGW.

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

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

sudo dnf -y install mingw32-usbredir

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

sudo yum -y install mingw32-usbredir

How To Uninstall mingw32-usbredir on Fedora 36

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

sudo dnf remove mingw32-usbredir

mingw32-usbredir Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libusbredirhost-1.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libusbredirparser-1.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/usbredirect.exe
/usr/i686-w64-mingw32/sys-root/mingw/include/usbredirfilter.h
/usr/i686-w64-mingw32/sys-root/mingw/include/usbredirhost.h
/usr/i686-w64-mingw32/sys-root/mingw/include/usbredirparser.h
/usr/i686-w64-mingw32/sys-root/mingw/include/usbredirproto.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libusbredirhost.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libusbredirparser.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libusbredirhost.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libusbredirparser-0.5.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/man/man1/usbredirect.1
/usr/share/doc/mingw32-usbredir
/usr/share/doc/mingw32-usbredir/COPYING.LIB
/usr/share/doc/mingw32-usbredir/ChangeLog.md
/usr/share/doc/mingw32-usbredir/README.md
/usr/share/doc/mingw32-usbredir/TODO

References

Summary

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