How to Install and Uninstall mingw64-sdl12-compat.noarch Package on Fedora 39

Last updated: October 05,2024

1. Install "mingw64-sdl12-compat.noarch" package

Please follow the guidance below to install mingw64-sdl12-compat.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install mingw64-sdl12-compat.noarch

2. Uninstall "mingw64-sdl12-compat.noarch" package

Here is a brief guide to show you how to uninstall mingw64-sdl12-compat.noarch on Fedora 39:

$ sudo dnf remove mingw64-sdl12-compat.noarch $ sudo dnf autoremove

3. Information about the mingw64-sdl12-compat.noarch package on Fedora 39

Last metadata expiration check: 3:03:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mingw64-sdl12-compat
Version : 1.2.68
Release : 1.fc39
Architecture : noarch
Size : 157 k
Source : mingw-sdl12-compat-1.2.68-1.fc39.src.rpm
Repository : fedora
Summary : MinGW 64-bit Windows port of SDL 1.2 compatibility library using SDL 2.0
URL : https://github.com/libsdl-org/sdl12-compat
License : zlib and (Public Domain or MIT-0) and MIT
Description : Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
: designed to provide fast access to the graphics frame buffer and audio device.
:
: This code is a compatibility layer; it provides a binary-compatible API for
: Windows 64-bit programs written against SDL 1.2, but it uses SDL 2.0 behind
: the scenes.
:
: If you are writing new code, please target SDL 2.0 directly and do not use
: this layer.