Unpack tarball
tar xvfz filename.tar.gz
Using find:
// find any file with apache in the filename find / -name '*apache*'