How To Install mingw64-libltdl on Fedora 36

In this tutorial we learn how to install mingw64-libltdl in Fedora 36. mingw64-libltdl is Runtime libraries for GNU Libtool Dynamic Module Loader

Introduction

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

What is mingw64-libltdl

The mingw64-libltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the process of using dynamic modules, for the mingw64 cross compilation environment. These runtime libraries are needed by programs that link directly to the system-installed ltdl libraries; they are not needed by software built using the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).

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

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

sudo dnf -y install mingw64-libltdl

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

sudo yum -y install mingw64-libltdl

How To Uninstall mingw64-libltdl on Fedora 36

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

sudo dnf remove mingw64-libltdl

mingw64-libltdl Package Contents on Fedora 36

/usr/share/doc/mingw64-libltdl
/usr/share/doc/mingw64-libltdl/AUTHORS
/usr/share/doc/mingw64-libltdl/COPYING.LIB
/usr/share/doc/mingw64-libltdl/ChangeLog
/usr/share/doc/mingw64-libltdl/NEWS
/usr/share/doc/mingw64-libltdl/README
/usr/share/doc/mingw64-libltdl/THANKS
/usr/share/doc/mingw64-libltdl/TODO
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libltdl-7.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libltdl
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libltdl/lt_dlloader.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libltdl/lt_error.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/libltdl/lt_system.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/ltdl.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libltdl.dll.a

References

Summary

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