How to Install and Uninstall SDL2-devel.i686 Package on Rocky Linux 9

Last updated: April 20,2024

1. Install "SDL2-devel.i686" package

Please follow the guidance below to install SDL2-devel.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install SDL2-devel.i686

2. Uninstall "SDL2-devel.i686" package

Please follow the step by step instructions below to uninstall SDL2-devel.i686 on Rocky Linux 9:

$ sudo dnf remove SDL2-devel.i686 $ sudo dnf autoremove

3. Information about the SDL2-devel.i686 package on Rocky Linux 9

Last metadata expiration check: 1:20:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : SDL2-devel
Version : 2.26.0
Release : 1.el9
Architecture : i686
Size : 387 k
Source : SDL2-2.26.0-1.el9.src.rpm
Repository : appstream
Summary : Files needed to develop Simple DirectMedia Layer applications
URL : http://www.libsdl.org/
License : zlib 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
: package provides the libraries, include files, and other resources needed for
: developing SDL applications.