Yum cannot find the package I want to install

Viewed 3380

I am trying to a simple command sudo yum install SDL2. I know that this package exists as per the SDL website:

Red Hat-based systems (including Fedora) can simply do "sudo yum install SDL2" to get the library installed system-wide, or "sudo yum install SDL2-devel" to get headers and other build requirements ready for compiling your own SDL programs.

However, when I try to execute my command, I get the following:

Setting up Install Process
No package SDL2 available.
Error: Nothing to do

I am using Red Hat Enterprise Linux Server release 5.3 (Tikanga). How can I go about getting yum to locate this package?

1 Answers
Related