unpack the source tarball on Windows

M

Mensanator

I'm looking for the Turtle Graphics Demos (apparently not included in
the Windows install).

So I downloaded the bzipped source tarball.

I've got Cygwin installed and assume it has the needed utilities.

What would I type at the Cygwin prompt to unpack this puppy?
 
G

Gabriel Genellina

I'm looking for the Turtle Graphics Demos (apparently not included in
the Windows install).

So I downloaded the bzipped source tarball.

I've got Cygwin installed and assume it has the needed utilities.

What would I type at the Cygwin prompt to unpack this puppy?

Are you asking how to decompress a .bz2 file? Instead of cygwin, I prefer
native executables. You can get one from:
http://www.bzip.org/downloads.html
I think you're interested in the Demo\turtle directory.
 
M

Mensanator

Are you asking how to decompress a .bz2 file? Instead of cygwin, I prefer  
native executables. You can get one from:http://www.bzip.org/downloads.html
I think you're interested in the Demo\turtle directory.

Thanks. Still had to untar the ball, but I also downloaded a
trial version of Winzip which took care of that.

Anyway, I got what I was looking for, so thanks again.
 
D

drobinow

I'm looking for the Turtle Graphics Demos (apparently not included in
the Windows install).

So I downloaded the bzipped source tarball.

I've got Cygwin installed and assume it has the needed utilities.

What would I type at the Cygwin prompt to unpack this puppy?

I'm not familiar with the Turtle Graphics Demo so I'm just guessing at
the name of the tarball. You'll use something like this:

bzip2 -cd TurtleGraphicsDemo.tar.gz | tar xf -
 
M

Mensanator

I'm not familiar with the Turtle Graphics Demo so I'm just guessing at
the name of the tarball.

I don't know if there's a seperate enity as such.
What I got was a directory within the Python source
Python-2.6.1.tar.bz2
You'll use something like this:

bzip2 -cd TurtleGraphicsDemo.tar.gz | tar xf -

Thanks, I'll try that next time (when the Winzip 45 day
trial expires).
 
A

alex23

Thanks, I'll try that next time (when the Winzip 45 day
trial expires).

Better still, grab the freec 7-Zip: http://www.7-zip.org/

Supported formats:

* Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
* Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH,
LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.
 
M

Michael Torrie

Mensanator said:
Thanks. Still had to untar the ball, but I also downloaded a
trial version of Winzip which took care of that.

Right. The proper command is:

tar -xvjf tarball.tar.bz2

The recommended GUI for all things archival on Windows I think has to be
7zip. And it's not cursed shareware either. Open source.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top