How do I use tar.gz files in puppy??

Booting, installing, newbie
Post Reply
Message
Author
User avatar
JPRGO
Posts: 22
Joined: Sat 25 Mar 2006, 17:55
Location: Middelharnis, Holland
Contact:

How do I use tar.gz files in puppy??

#1 Post by JPRGO »

I'd like to know how to use tar.gz files in puppy, I read something about alien package, i tryed to open a few tar.gz files with that, but it displays a error.

Please help, JPRGO

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

click on the extract icon

#2 Post by Lobster »

click on the file and click on the extract icon in rox

I think this is out of date now but might be worth watching
http://rhinoweb.us/
How to extract a tarball (.tar.gz file) using guiTAR (943Kb)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Ian
Official Dog Handler
Posts: 1234
Joined: Wed 04 May 2005, 12:00
Location: Queensland

#3 Post by Ian »

You can do it from the command line.

Open a terminal or console and type in:
tar -zxf /path_to_file, e.g.

To open a file named foo.tar.gz that is in the /root directory type:

tar -zxf /root/foo.tar.gz

The options for the tar command are:

z - unzip
x - extract
f - file
v - verbose

If you wish to see the contents as they are extracted add the v option.

Post Reply