![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Decompress directory using Gzip | jinxor | UNIX for Dummies Questions & Answers | 1 | 03-05-2008 04:25 AM |
| Decompress a .SP file | jeco | UNIX for Dummies Questions & Answers | 3 | 09-15-2007 09:45 AM |
| gunzip: unexpected end of file | sicjedi | UNIX for Advanced & Expert Users | 4 | 09-15-2006 07:41 AM |
| decompress in HPUX11 by Gunzip and gzip | yanly64 | HP-UX | 1 | 08-23-2004 04:12 PM |
| Gunzip : unexpected end of file | Dolly | UNIX for Dummies Questions & Answers | 1 | 09-26-2002 02:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using gunzip to decompress .zip file
Hi,
I have a zipped Oralce software (linux.x64_11gR1_database.zip) and I need to unzip it. On the Linux server, I only see the gunzip utility listed: [oracle@rac1 bin]$ ls -ltr *zip* -rwxr-xr-x 3 root root 60320 Jan 15 2008 gzip -rwxr-xr-x 3 root root 60320 Jan 15 2008 gunzip Can I use the command "gunzip" to decompress the file thta has the extension .zip? [oracle@rac1]$gunzip linux.x64_11gR1_database.zip Thanks! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Sorry no, you need to use the unzip command (pkunzip should work too).
zip files are a combination of a file globbing and compression (like a tar and gzip combined), gzip files only ever contain one compressed file (and tar files can contain many but are not compressed). On most systems, /usr/bin/unzip should be present, strange that it's not there on your system |
||||
| Google The UNIX and Linux Forums |