LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with "Downloader for X" (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-downloader-for-x-176837/)

Damnit73 05-01-2004 09:56 PM

Problem with "Downloader for X"
 
I just downloaded the latest source (.tar.gz fformat) from the main site, but if I try to extract the files with the "tar" command or file roller, it complains it's not in gzip format. Does anyone know any tools that can open it?

kris_ericson82 05-02-2004 01:45 AM

What is the exact name of the file? Have you tried using the gunzip program (i.e. "yourmachine> gunzip your_file..tar.gz")? That should work... Generally, to use *.tar.gz files you can do something like "yourmachine> gunzip the_file.tar.gz; tar -xf the_file.tar". If the gunzip program doesn't work on it then the file itself is wrong, and you should try getting it from a different location.

motub 05-02-2004 03:34 AM

What browser are you using? I find that sometimes Firefox downloads such files as <filename>.tar.gz.tar rather than <filename>.tar.gz, usually when I right-click and choose "save file to disk" rather than just clicking on it and waiting for the download box.

If this has happened to you, simply renaming the file to remove the extra "tar" at the end enables the file to be extracted normally (because there's nothing wrong with the file, apparently, it's just misnamed).

Hope this helps.

whansard 05-02-2004 04:15 AM

sometimes a browser can un-gzip a file for you, and leave it named as .tar.gz.
in that case you just untar without the z.

Damnit73 05-02-2004 01:52 PM

"sometimes a browser can un-gzip a file for you, and leave it named as .tar.gz.
in that case you just untar without the z."

That was the problem. Thanks!


All times are GMT -5. The time now is 07:51 PM.