This question clearly explains about how to find all the commands which are provided by a particular installed package.
My question is, how to find(or lists) all the available commands which are provided by a particular package before installing that package via terminal ?
apt-file -F list geany | grep -w bin
displays nothing. – Avinash Raj Mar 19 '14 at 14:32