I want to take all files from the wallet tar.gz file using the tar command.
tar -xvzf vivo-0.12.1.7-ubuntu14.04.tar.gz
Gives an error message
tar (child): vivo-0.12.1.7-ubuntu14.04.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
How to solve a problem. Thanks in advance.