problems unzipping SRA-Toolkit program
Hi everyone,
I have a problem unpacking the SRA-Toolkit. at start to command:
´tar -xvzf sratoolkit.3.0.0-ubuntu64.tar.gz´
I have the following error:
/usr/bin/gzip: 1: ELF : not found
/usr/bin/gzip: 3: : not found
/usr/bin/gzip: 4: Syntax error: "(" unexpected
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Many thanks
All the best
• 940 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Are you doing this on WSL in Windows?
It would appear that you do not have
gzipproperly installed. What is the screen output after you typewhich gzip?Presumably you are running the command without
´symbols?