Operating System - HP-UX
1832586 Members
3015 Online
110043 Solutions
New Discussion

simple question about swinstall

 
SOLVED
Go to solution
thebeatlesguru
Regular Advisor

simple question about swinstall

i download "tar-1.13.25-sd-11.00.depot.gz"
and wanna install it
first i use gunzip ,and got tar-1.13.25-sd-11.00.depot,then i use
swinstall -t /home/pin/tar-1.13.25-sd-11.00.depot
but it doesnt work,i guess there is wrong in the way i use swinstall,but i dont what is it
hihi
3 REPLIES 3
Michael Tully
Honored Contributor
Solution

Re: simple question about swinstall

Hi,

Try it with the -s option for 'source' not -t 'target'

# swinstall -s /home/pin/tar-1.13.25-sd-11.00.depot

Regards
Michael
Anyone for a Mutiny ?
Stefan Farrelly
Honored Contributor

Re: simple question about swinstall


Try;

swinstall -s /home/pin/tar-1.13.25-sd-11.00.depot \*
Im from Palmerston North, New Zealand, but somehow ended up in London...
Michael Tully
Honored Contributor

Re: simple question about swinstall

for got the \*

# swinstall -s home/pin/tar-1.13.25-sd-11.00.depot \*

If that still doesn't work use the interactive part of swinstall. This is all meanu driven and can be easier to use.
Anyone for a Mutiny ?