- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to uncompress .zip file ?
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
Forums
Discussions
Discussions
Discussions
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
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
05-27-2006 10:14 AM
05-27-2006 10:14 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 10:32 AM
05-27-2006 10:32 AM
SolutionIf you move your ri202-L010920.zip
to ri202-L010920.gz, it is possible to unzip it using gunzip.
I have ever tested it with a text file, it worked propelly
HP-UX uses gunzip all gzip files with the file extension .gz.
Failing this, ftp the file back to a PC, unzip there and re-ftp back onto the server.
This link is also suppose to work but I can't vouch for it: http://www.tucows.com/preview/8756
refer to unzip 5.42
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 10:33 AM
05-27-2006 10:33 AM
Re: how to uncompress .zip file ?
is it GNU zip or pkware's zip?
in the first case use /usr/contrib/bin/gunzip to uncompress, otherwise grab an unzip binary at: http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/
tranfer it to Your HP-UX system and install it using
swinstall -s /path/to/depotfile "unzip" @ /
after that use
swlist -l file unzip
to find out about the install location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 10:33 AM
05-27-2006 10:33 AM
Re: how to uncompress .zip file ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 05:03 PM
05-27-2006 05:03 PM
Re: how to uncompress .zip file ?
You can use "jar" utility as well,
# /opt/java1.4/bin/jar -xvf
-Arun