Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HELP! Unzipping .tar .zip files
Name: Doug Date: April 20, 2002 at 13:11:30 Pacific
Comment:
Could someone give me some help installing and unzipping .tar and .zip files. Everytime I try one of the tar zxvf commands, it says that it cannot find the file that I put in. I do not know how to get the computer to recognize the file and then unzip it. Thanks for any help!
Name: john Date: April 20, 2002 at 13:59:23 Pacific
Reply:
To unzip a file unzip filename.zip to untar a .tar.gz fil tar -zxvf filename.tar.gz to unzip just a tar tar -xvf filename.tar
Hope that helps john
0
Response Number 2
Name: richard w Date: April 22, 2002 at 03:20:27 Pacific
Reply:
You might try giving the absolute path to the file, e.g. tar -xvf /home/me/thisfile.tar or tar -xvf ./thisfile.tar if the file is in the present working directory.
Summary: I haven't seen 8.2 yet, BUT, in 8.1 you right click on the tar.gz file in konquerer file manager, and you have the option to open in archiver. I did this for Mozilla 1.0 RC 2. Archiver works like winz...
Summary: Hi, there. I need to post up a problem here about the tar.gz. file type i faced.I having problem installing these kind of file after i extracted it using the gunzip and tar -xf command. After changing...
Summary: I have recently come across a problem installing tar.gz files. This is what I did 1)Downloaded the file I wanted 2)opened a terminal and typed in tar zxfv myfile.tar.gz 3)Everything uncompressed ok no...