Martin Gregorie wrote: > To find where the program(s) got to, try: > <code> > sudo updatedb > locate progname.exe > </code> Why so complicated? Besides locate is not installed on most modern distros. Regular "find" will be enough: Code: find ~ -iname '*exe'