HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I install a *.tar file
Operating System - HP-UX
1827293
Members
2647
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-20-2002 06:55 AM
03-20-2002 06:55 AM
We recently purchased a Savin Laser Printer, and downloaded the install software for UNIX 10.20 from their site. The file is in *.tar format. How do we install the file? We have an HP9000 K460 Server running HP-UNIX 10.20.
Thanks
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:01 AM
03-20-2002 07:01 AM
Solution
Hi,
Two ways:
1) Start 'swinstall' -> Select 'local directory' in the target window -> enter the complete path of the tar file in the source tab (eg: /tmp/file1.tar)-> mark for install -> install
2) Untar the file first (tar -xvf /tmp/file1.tar) -> start swinstall -> select the target directory/file -> mark for install -> install
See man swinstall for more details.
HTH,
Shiju
Two ways:
1) Start 'swinstall' -> Select 'local directory' in the target window -> enter the complete path of the tar file in the source tab (eg: /tmp/file1.tar)-> mark for install -> install
2) Untar the file first (tar -xvf /tmp/file1.tar) -> start swinstall -> select the target directory/file -> mark for install -> install
See man swinstall for more details.
HTH,
Shiju
Life is a promise, fulfill it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:02 AM
03-20-2002 07:02 AM
Re: How do I install a *.tar file
To untar the file, do a 'tar -xvf filename.tar' This will unpackage the tar file. Then there should be a README (or similar file) that was unpackaged which has the install instructions. If they are worth their salt, the distribution is in a .depot format which you can swinstall. Barring that, you may be able to point the swinstall right at the filename.tar tarball and install from the tar file. (Untarring the distribution will not get rid of the *.tar file, and you can try both methods...
Hope it helps
John
Hope it helps
John
Spoon!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:05 AM
03-20-2002 07:05 AM
Re: How do I install a *.tar file
Hi Matt,
Assuming the file is in a directory on your HP server, first thing I would do would be to check the contents by typing
tar tvf filename
where the flags mean
t = list contents of file
v = verbose
f = specifies file to use
This will show whether the files in the *.tar file have relative or absolute pathnames. Next step would be to extract files from the *.tar file - type
tar xvf filename
where x = extract
Type
man tar
for more help with the tar command.
HTH,
John
Assuming the file is in a directory on your HP server, first thing I would do would be to check the contents by typing
tar tvf filename
where the flags mean
t = list contents of file
v = verbose
f = specifies file to use
This will show whether the files in the *.tar file have relative or absolute pathnames. Next step would be to extract files from the *.tar file - type
tar xvf filename
where x = extract
Type
man tar
for more help with the tar command.
HTH,
John
If you never make a mistake you'll never make anything.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP