public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Decompressing/Viewing zip files with Cygwin
@ 2008-06-18 20:04 Thomas Wiedmann
  2008-06-18 20:13 ` Thorsten Kampe
  2008-06-19  1:23 ` wynfield
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Wiedmann @ 2008-06-18 20:04 UTC (permalink / raw)
  To: cygwin

Hello,

how can (Win)zip files (or certain files only of the zip archive) be 
decompressed or at least be viewed with Cygwin?

Thanks for all good hints.

Thomas Wiedmann 




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Decompressing/Viewing zip files with Cygwin
  2008-06-18 20:04 Decompressing/Viewing zip files with Cygwin Thomas Wiedmann
@ 2008-06-18 20:13 ` Thorsten Kampe
  2008-06-20  0:08   ` Thomas Wiedmann
  2008-06-19  1:23 ` wynfield
  1 sibling, 1 reply; 6+ messages in thread
From: Thorsten Kampe @ 2008-06-18 20:13 UTC (permalink / raw)
  To: cygwin

* Thomas Wiedmann (Wed, 18 Jun 2008 21:19:30 +0200)
> how can (Win)zip files (or certain files only of the zip archive) be 
> decompressed or at least be viewed with Cygwin?

"unzip"


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Decompressing/Viewing zip files with Cygwin
  2008-06-18 20:04 Decompressing/Viewing zip files with Cygwin Thomas Wiedmann
  2008-06-18 20:13 ` Thorsten Kampe
@ 2008-06-19  1:23 ` wynfield
  2008-06-19  6:39   ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 6+ messages in thread
From: wynfield @ 2008-06-19  1:23 UTC (permalink / raw)
  To: cygwin


You might also try 7-Zip.  You can download it from: http://www.7-zip.org/
7-zip supports 7z, ZIP, CAB, RAR, ARJ, LZH, CHM, GZIP, BZIP2, Z, TAR, CPIO, ISO, MSI, WIM, NSIS, RPM and DEB formats.

I use this and in my shell resource file I have aliased it to "7z" in instead of putting the directory in my $PATH variable for some reason, I cant remember.  Lazy maybe.

alias 7z='/cygdrive/c/Program\ Files/7-Zip/7z.exe'

7-Zip also has a gui executable, "/cygdrive/c/Program\ Files/7-Zip/7zFM.exe"
for a window interface.

regards

---
Thomas Wiedmann <th.wm@gmx.de> wrote:
> Hello,
> how can (Win)zip files (or certain files only of the zip archive) be 
> decompressed or at least be viewed with Cygwin?
> 
> Thanks for all good hints.
> Thomas Wiedmann 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Decompressing/Viewing zip files with Cygwin
  2008-06-19  1:23 ` wynfield
@ 2008-06-19  6:39   ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 6+ messages in thread
From: Larry Hall (Cygwin) @ 2008-06-19  6:39 UTC (permalink / raw)
  To: cygwin

wynfield@gmail.com wrote:
> You might also try 7-Zip. You can download it from: http://www.7-zip.org/
>  7-zip supports 7z, ZIP, CAB, RAR, ARJ, LZH, CHM, GZIP, BZIP2, Z, TAR,
> CPIO, ISO, MSI, WIM, NSIS, RPM and DEB formats.
> 
> I use this and in my shell resource file I have aliased it to "7z" in
> instead of putting the directory in my $PATH variable for some reason, I
> cant remember. Lazy maybe.
> 
> alias 7z='/cygdrive/c/Program\ Files/7-Zip/7z.exe'
> 
> 7-Zip also has a gui executable, "/cygdrive/c/Program\ Files/7-Zip/7zFM.exe"
> for a window interface.

If one is looking for a command-line interface, the Cygwin "p7zip" package
is an arguably nicer one for Cygwin. ;-)


-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Decompressing/Viewing zip files with Cygwin
  2008-06-18 20:13 ` Thorsten Kampe
@ 2008-06-20  0:08   ` Thomas Wiedmann
  2008-06-20  0:34     ` DePriest, Jason R.
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Wiedmann @ 2008-06-20  0:08 UTC (permalink / raw)
  To: cygwin

>> how can (Win)zip files (or certain files only of the zip archive) be 
>> decompressed or at least be viewed with Cygwin?
>
> "unzip"

Unfortunately the "unzip" command is not available in my Cygwin environment. 
If I try to call it, I get the following message:

$ unzip Temp.zip
bash: unzip: command not found


 How to get and integrate the "unzip" command for Cygwin?


Thomas Wiedmann 




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Decompressing/Viewing zip files with Cygwin
  2008-06-20  0:08   ` Thomas Wiedmann
@ 2008-06-20  0:34     ` DePriest, Jason R.
  0 siblings, 0 replies; 6+ messages in thread
From: DePriest, Jason R. @ 2008-06-20  0:34 UTC (permalink / raw)
  To: cygwin

On Thu, Jun 19, 2008 at 10:21 PM, Thomas Wiedmann <th.wm@gmx.de> wrote:
>>> how can (Win)zip files (or certain files only of the zip archive) be
>>> decompressed or at least be viewed with Cygwin?
>>
>> "unzip"
>
> Unfortunately the "unzip" command is not available in my Cygwin environment.
> If I try to call it, I get the following message:
>
> $ unzip Temp.zip
> bash: unzip: command not found
>
>
>  How to get and integrate the "unzip" command for Cygwin?
>
>
> Thomas Wiedmann
>

run setup, select unzip, and install it

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-06-19 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-18 20:04 Decompressing/Viewing zip files with Cygwin Thomas Wiedmann
2008-06-18 20:13 ` Thorsten Kampe
2008-06-20  0:08   ` Thomas Wiedmann
2008-06-20  0:34     ` DePriest, Jason R.
2008-06-19  1:23 ` wynfield
2008-06-19  6:39   ` Larry Hall (Cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).