How to Install and Uninstall mingw64-dlfcn.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "mingw64-dlfcn.noarch" package

In this section, we are going to explain the necessary steps to install mingw64-dlfcn.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mingw64-dlfcn.noarch

2. Uninstall "mingw64-dlfcn.noarch" package

This guide let you learn how to uninstall mingw64-dlfcn.noarch on Fedora 34:

$ sudo dnf remove mingw64-dlfcn.noarch $ sudo dnf autoremove

3. Information about the mingw64-dlfcn.noarch package on Fedora 34

Last metadata expiration check: 2:24:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-dlfcn
Version : 1.2.0
Release : 4.fc34
Architecture : noarch
Size : 42 k
Source : mingw-dlfcn-1.2.0-4.fc34.src.rpm
Repository : fedora
Summary : Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror)
URL : https://github.com/dlfcn-win32/dlfcn-win32
License : LGPLv2+
Description : This library implements a wrapper for dlfcn, as specified in POSIX and SUS,
: around the dynamic link library functions found in the Windows API.