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

Last updated: October 05,2024

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

This tutorial shows how to install mingw64-sdl12-compat.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall mingw64-sdl12-compat.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:19:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mingw64-sdl12-compat
Version : 0.0.1~git.20211125.4e4527a
Release : 1.fc35
Architecture : noarch
Size : 144 k
Source : mingw-sdl12-compat-0.0.1~git.20211125.4e4527a-1.fc35.src.rpm
Repository : updates
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.