Levan Asked: 2014-09-19 12:41:13 +0800 CST2014-09-19 12:41:13 +0800 CST 2014-09-19 12:41:13 +0800 CST How to see what SDL version I have on my ubuntu 772 I am want to know what SDL version I have installed on my ubuntu Is there a terminal commend I can run to find out ?? 14.04 2 Answers Voted Best Answer fkraiem 2014-09-19T12:47:41+08:002014-09-19T12:47:41+08:00 dpkg -l | grep sdl is one possible answer. Paul Lammertsma 2020-09-25T03:12:46+08:002020-09-25T03:12:46+08:00 A platform-agnostic solution may be: sdl2-config --version
dpkg -l | grep sdl
is one possible answer.A platform-agnostic solution may be: