12

I am want to know what SDL version I have installed on Ubuntu.

Is there a terminal command I can run to find out?

NotTheDr01ds
  • 22,082
Levan
  • 11,118

2 Answers2

12

dpkg -l | grep sdl is one possible answer.

fkraiem
  • 12,813
9

A platform-agnostic solution may be:

sdl2-config --version