How to Install and Uninstall SDL-devel.i686 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "SDL-devel.i686" package

Please follow the guidance below to install SDL-devel.i686 on CentOS 8 / RHEL 8

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

2. Uninstall "SDL-devel.i686" package

This guide let you learn how to uninstall SDL-devel.i686 on CentOS 8 / RHEL 8:

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

3. Information about the SDL-devel.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:44:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : SDL-devel
Version : 1.2.15
Release : 38.el8
Architecture : i686
Size : 362 k
Source : SDL-1.2.15-38.el8.src.rpm
Repository : appstream
Summary : Files needed to develop Simple DirectMedia Layer applications
URL : http://www.libsdl.org/
License : LGPLv2+
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.