What do the options in tar -zxvf source.tar.gz accomplish?
tar -zxvf source.tar.gz
Install the archived program directly into /usr/local
/usr/local
Create a gzip archive, verify it, and choose a filename
Delete the archive after copying only executable files
Decompress gzip data, extract members, list them verbosely, and read the specified archive file