![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cygwin - sh-3.2$ help! | bobby999 | UNIX for Dummies Questions & Answers | 1 | 04-22-2008 10:23 AM |
| cygwin | m_well | Linux | 10 | 02-12-2008 12:26 PM |
| Cygwin X | fulgura | UNIX for Dummies Questions & Answers | 7 | 01-05-2008 06:34 PM |
| vi on cygwin with aix | rein | UNIX for Advanced & Expert Users | 2 | 05-25-2005 11:52 PM |
| Decompression utility | H2M3 | UNIX for Dummies Questions & Answers | 2 | 04-27-2004 08:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Decompression with Cygwin
I am having some trouble decompressing a tar.bz2 with Cygwin. Is it even possible to do this? I am new to Unix so I have no idea.
I downloaded GCC on my Windows machine (gcc-3.4.4.tar.bz2) and I've been trying to decompress and install it. Is cygwin this best way to decompress on a windows machine? Are there better ways? Thanks, Matt |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hmm... can't winrar decompress that? If now then download knoppix and run the live cd. Decompress it there and upload it somewhere. Then get back on your windows box and download it from there?
|
|
#3
|
||||
|
||||
|
bzip2 -dc my_file.tar.bz2 | tar xvf -
Cheers ZB |
|
#4
|
|||
|
|||
|
Thanks to all. I was able to decompress
|
|||
| Google The UNIX and Linux Forums |