How to Install and Uninstall SDL2-devel.x86_64 Package on Amazon Linux 2

Last updated: May 16,2024

1. Install "SDL2-devel.x86_64" package

In this section, we are going to explain the necessary steps to install SDL2-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install SDL2-devel.x86_64

2. Uninstall "SDL2-devel.x86_64" package

Please follow the instructions below to uninstall SDL2-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove SDL2-devel.x86_64 $ sudo yum autoremove

3. Information about the SDL2-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : SDL2-devel
Arch : x86_64
Version : 2.0.10
Release : 1.amzn2
Size : 262 k
Repo : amzn2-core/2/x86_64
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.