"Cannot open: No such file or directory" when extracting a tar file

Solution 1:

Reason for your problem is in the error report.

Cannot open: No such file or directory

cded into the directory on which the apache-cassandra-2.0.3-bin.tar.gz file is located and then run the below command to extract it's content.

tar -zxvf filename.tar.gz   # Replace the filename with your's