How To Install mingw64-usbredir on Fedora 36

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

Introduction

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

What is mingw64-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 mingw64-usbredir on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-usbredir.

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

sudo dnf -y install mingw64-usbredir

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

sudo yum -y install mingw64-usbredir

How To Uninstall mingw64-usbredir on Fedora 36

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

sudo dnf remove mingw64-usbredir

mingw64-usbredir Package Contents on Fedora 36

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

References

Summary

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