How to Install and Uninstall mingw64-dlfcn.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "mingw64-dlfcn.noarch" package

This is a short guide on how to install mingw64-dlfcn.noarch on CentOS Stream 9

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

2. Uninstall "mingw64-dlfcn.noarch" package

Please follow the step by step instructions below to uninstall mingw64-dlfcn.noarch on CentOS Stream 9:

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

3. Information about the mingw64-dlfcn.noarch package on CentOS Stream 9

Last metadata expiration check: 0:09:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : mingw64-dlfcn
Version : 1.3.1
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : mingw-dlfcn-1.3.1-1.el9.src.rpm
Repository : epel
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.