How To Install mingw32-libftdi on Fedora 36

In this tutorial we learn how to install mingw32-libftdi in Fedora 36. mingw32-libftdi is MinGW library to program and control the FTDI USB controller

Introduction

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

What is mingw32-libftdi

A library (using libusb) to talk to FTDI’s FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode.

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

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

sudo dnf -y install mingw32-libftdi

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

sudo yum -y install mingw32-libftdi

How To Uninstall mingw32-libftdi on Fedora 36

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

sudo dnf remove mingw32-libftdi

mingw32-libftdi Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/ftdi_eeprom.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/libftdi1-config
/usr/i686-w64-mingw32/sys-root/mingw/bin/libftdi1.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libftdipp1.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/libftdi1
/usr/i686-w64-mingw32/sys-root/mingw/include/libftdi1/ftdi.h
/usr/i686-w64-mingw32/sys-root/mingw/include/libftdi1/ftdi.hpp
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libftdi1
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libftdi1/LibFTDI1Config.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libftdi1/LibFTDI1ConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libftdi1/UseLibFTDI1.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/libftdi1.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libftdipp1.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libftdi1.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libftdipp1.pc
/usr/share/doc/mingw32-libftdi
/usr/share/doc/mingw32-libftdi/AUTHORS
/usr/share/doc/mingw32-libftdi/ChangeLog
/usr/share/doc/mingw32-libftdi/README
/usr/share/licenses/mingw32-libftdi
/usr/share/licenses/mingw32-libftdi/COPYING.GPL
/usr/share/licenses/mingw32-libftdi/COPYING.LIB
/usr/share/licenses/mingw32-libftdi/LICENSE

References

Summary

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