I was trying to find the version of XULRunner on my Ubuntu box.

sudo apt-cache showpkg xulrunner | less

This command will give you version and other relevant information about a package installed on Ubuntu.

Share