- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to extract a .zip file on unix?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:37 AM
тАО09-26-2006 01:37 AM
I tried gunzip & uncompress. Is there some where I can extract the contents?
The file size is around 900 MB.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:38 AM
тАО09-26-2006 01:38 AM
Re: How to extract a .zip file on unix?
gunzip ABC.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:38 AM
тАО09-26-2006 01:38 AM
Re: How to extract a .zip file on unix?
http://hpux.ee.ualberta.ca/hppd/hpux/Misc/unzip-5.52/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:39 AM
тАО09-26-2006 01:39 AM
Re: How to extract a .zip file on unix?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:41 AM
тАО09-26-2006 01:41 AM
Re: How to extract a .zip file on unix?
#gunzip p4163445_92070_HPUX-IA64.zip
gunzip: p4163445_92070_HPUX-IA64.zip: unknown suffix -- ignored
#uncompress p4163445_92070_HPUX-IA64.zip
p4163445_92070_HPUX-IA64.zip.Z: No such file or directory
#unzip p4163445_92070_HPUX-IA64.zip
ksh: unzip: not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:43 AM
тАО09-26-2006 01:43 AM
Re: How to extract a .zip file on unix?
If you really want to unzip it on Unix machine, you have to download a third party software like unzip-5.52 (http://www.info-zip.org/pub/infozip/UnZip.html). Otherwise, download it to your PC unzip it here and upload it back to your Unix machine.
Regards,
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:46 AM
тАО09-26-2006 01:46 AM
Re: How to extract a .zip file on unix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:52 AM
тАО09-26-2006 01:52 AM
Re: How to extract a .zip file on unix?
You can always use "jar" utility.
# /opt/java1.4/bin/jar -xvf
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:53 AM
тАО09-26-2006 01:53 AM
Re: How to extract a .zip file on unix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:54 AM
тАО09-26-2006 01:54 AM
SolutionYou must use unzip software to unzip the Oracle Patch.
You may wish to verify the current Oracle Home if there exist a version of unzip software already
e.g. $ORACLE_HOME/bin/unzip
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 01:58 AM
тАО09-26-2006 01:58 AM
Re: How to extract a .zip file on unix?
it can be downloaded at:
http://mirrors.develooper.com/hpux/downloads.html
regards.
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 02:03 AM
тАО09-26-2006 02:03 AM
Re: How to extract a .zip file on unix?
That jar trick is a good one.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 02:06 AM
тАО09-26-2006 02:06 AM
Re: How to extract a .zip file on unix?
Either unzip is not installed on your system, or it is not in your path.
To find out if it is installed you can do a search of the system
find / -name unzip
If it is not installed, you download and install it it from the HP-UX porting site (no cost)
http://gatekeep.cs.utah.edu/hppd/cgi-bin/search?package=on&description=on&term=unzip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:27 AM
тАО09-26-2006 03:27 AM
Re: How to extract a .zip file on unix?
Thanks a lot.
The solution $ORACLE_HOME/bin/unzip worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2006 03:29 AM
тАО09-26-2006 03:29 AM
Re: How to extract a .zip file on unix?
#$ORACLE_HOME/bin/unzip