- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Uncompressing a 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-07-2001 07:00 PM
05-07-2001 07:00 PM
Uncompressing a file
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2001 09:14 PM
05-07-2001 09:14 PM
Re: Uncompressing a file
If you have other questions regarding the installation of JRE do a search in the forums. I saw a handful of posts out there. Here's one that might be helpful.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa27937f45ef7d4118fef0090279cd0f9,00.html
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2001 08:58 AM
05-08-2001 08:58 AM
Re: Uncompressing a file
cp jre.tar.z jre.tar.Z
uncompress jre.tar.Z
tar xvf jre.tar
good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2001 09:03 AM
05-08-2001 09:03 AM
Re: Uncompressing a file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2001 10:46 AM
05-08-2001 10:46 AM
Re: Uncompressing a file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2001 10:54 AM
05-08-2001 10:54 AM
Re: Uncompressing a file
Follow the Chris' advice.
and check
man gzip
where you can find that
"... The default extension is -gz for VMS, z for
MSDOS, OS/2 FAT, Windows NT FAT and Atari.
Hope this helps.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 03:18 AM
05-09-2001 03:18 AM
Re: Uncompressing a file
#tar xvf jre.tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2001 06:29 AM
05-09-2001 06:29 AM
Re: Uncompressing a file
that the file was compressed
with 'pack' (rather than being
compressed with 'compress' and
having the '.Z' changed to '.z').
Try 'unpack