Computing.Net > Forums > Linux > HELP! Unzipping .tar .zip files

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

Reply to Message Icon

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!



Sponsored Link
Ads by Google

Response Number 1
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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


slack 8 swap file Boot loader



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: HELP! Unzipping .tar .zip files

Help insalling tar.gz file www.computing.net/answers/linux/help-insalling-targz-file/10087.html

need help on tar.gz. file type www.computing.net/answers/linux/need-help-on-targz-file-type/20645.html

installing tar.gz files www.computing.net/answers/linux/installing-targz-files/1996.html