How to Install and Uninstall sdl12-compat.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "sdl12-compat.i686" package

Please follow the guidelines below to install sdl12-compat.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install sdl12-compat.i686

2. Uninstall "sdl12-compat.i686" package

Here is a brief guide to show you how to uninstall sdl12-compat.i686 on Fedora 36:

$ sudo dnf remove sdl12-compat.i686 $ sudo dnf autoremove

3. Information about the sdl12-compat.i686 package on Fedora 36

Last metadata expiration check: 5:20:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sdl12-compat
Version : 0.0.1~git.20211125.4e4527a
Release : 4.fc36
Architecture : i686
Size : 88 k
Source : sdl12-compat-0.0.1~git.20211125.4e4527a-4.fc36.src.rpm
Repository : fedora
Summary : SDL 1.2 runtime 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
: 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.