Joshua Enfield Asked: 2011-02-22 11:00:52 +0800 CST2011-02-22 11:00:52 +0800 CST 2011-02-22 11:00:52 +0800 CST How do I check what version of syslinux I have? 772 How do I check what version of syslinux I have? linux centos syslinux 4 Answers Voted Best Answer Rick Berge 2011-12-20T12:21:10+08:002011-12-20T12:21:10+08:00 We installed from sources, $ strings syslinux | grep SYSLINUX SYSLINUX SYSLINUX 3.72 2008-09-25 rems 2011-02-22T11:09:30+08:002011-02-22T11:09:30+08:00 Try with rpm -qf $(type -p syslinux) Marc 2011-02-22T11:10:33+08:002011-02-22T11:10:33+08:00 Since you're using CentOS, you can see what version of the RPM you have installed. [user@host ~]$ which syslinux /usr/bin/syslinux [user@host ~]$ rpm -qf /usr/bin/syslinux syslinux-3.11-4 jcarpio 2017-01-06T08:57:44+08:002017-01-06T08:57:44+08:00 On Ubuntu, try dpkg -s syslinux
We installed from sources,
Try with
Since you're using CentOS, you can see what version of the RPM you have installed.
On Ubuntu, try
dpkg -s syslinux