On Mon, 2006-10-23 at 21:31 +0100, SteVe Cook wrote: > Is there an easy way to find the command to to start a program? This is usually pretty helpful: dpkg -L <packagename> | grep /usr/bin "dpkg -L" lists all files that are in the package "|" pipes the output of dpkg -L into grep "grep /usr/bin" shows only those files that are in path /usr/bin