Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Rubinson
4,286 PointsError: "tar: This does not look like a tar archive"
I believe I have saved a download of sqlite-autoconf-3200100.tar.gz to my newly created src/ file.
But when I try to run "tar -xfv sqlite-autoconf-3200100.tar.gz ", it comes up with the following error message:
"tar: This does not look like a tar archive gzip: standin: not in gzip format tar: Child returned status 1 Tar: error is not recoverable: exiting now"
It may (or may not) be helpful to know that I am using firefox on a windows machine.
2 Answers
Adam Rubinson
4,286 PointsFixed.
I used 2013 in the URL when I downloaded the file, but it should be 2017, not 2013
sqlite.org/2013/sqlite-autoconf-3200100.tar.gz incorrect
sqlite.org/2017/sqlite-autoconf-3200100.tar.gz correct
It works now!
nfs
35,526 PointsThanks, Adam Rubinson ...