How to Install and Uninstall sdl12-compat-static.x86_64 Package on Fedora 39

Last updated: October 12,2024

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

Please follow the instructions below to install sdl12-compat-static.x86_64 on Fedora 39

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

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

Please follow the guidelines below to uninstall sdl12-compat-static.x86_64 on Fedora 39:

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

3. Information about the sdl12-compat-static.x86_64 package on Fedora 39

Last metadata expiration check: 2:06:47 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : sdl12-compat-static
Version : 1.2.68
Release : 1.fc39
Architecture : x86_64
Size : 102 k
Source : sdl12-compat-1.2.68-1.fc39.src.rpm
Repository : fedora
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.