How to Install and Uninstall sdl12-compat.src Package on Oracle Linux 9

Last updated: November 27,2024

1. Install "sdl12-compat.src" package

In this section, we are going to explain the necessary steps to install sdl12-compat.src on Oracle Linux 9

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

2. Uninstall "sdl12-compat.src" package

Learn how to uninstall sdl12-compat.src on Oracle Linux 9:

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

3. Information about the sdl12-compat.src package on Oracle Linux 9

Last metadata expiration check: 0:38:21 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sdl12-compat
Version : 1.2.60
Release : 1.el9
Architecture : src
Size : 449 k
Source : None
Repository : ol9_appstream
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.