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

Last updated: October 05,2024

1. Install "sdl12-compat-static.i686" package

Here is a brief guide to show you how to install sdl12-compat-static.i686 on Fedora 35

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

2. Uninstall "sdl12-compat-static.i686" package

Please follow the steps below to uninstall sdl12-compat-static.i686 on Fedora 35:

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

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

Last metadata expiration check: 2:50:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sdl12-compat-static
Version : 0.0.1~git.20211125.4e4527a
Release : 1.fc35
Architecture : i686
Size : 108 k
Source : sdl12-compat-0.0.1~git.20211125.4e4527a-1.fc35.src.rpm
Repository : updates
Summary : Static library to develop SDL 1.2 applications 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 static link library for
: programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes.
: Note that applications that use this library will need to declare SDL2 as
: a dependency manually, as the library is dlopen()'d to preserve APIs between
: SDL-1.2 and SDL-2.0.
:
: If you are writing new code, please target SDL 2.0 directly and do not use
: this layer.