Browse - computer tips - tar ballDate: 2007nov2 Level: Beginner Q. What is a "tar ball" ? A. A "tar ball" is just a tar archive. Tar is the usual Linux/Unix program -- like zip in the Windows world. It would typically have suffix (extension) of: .tar = tar file .tar.gz = tar file compressed with gzip .tgz = tar file compressed with gzip Unarchive like this: tar xfv MYFILE.tar tar xfvz MYFILE.tar.gz tar xfvz MYFILE.tgz Add a commentSign in to add a comment |