1835004 Members
2197 Online
110073 Solutions
New Discussion

Re: Swinstall question

 
Filosofo
Regular Advisor

Swinstall question

Hello,
I would install python under this directory /python/program
I can indicate to swinstall to change the install directory?

Thanks

Filo
Sistem engeneer expert
6 REPLIES 6
Tore_1
Regular Advisor

Re: Swinstall question

I don't think so, but in practice it is trivial to just install then move the install directory to / .

steven Burgess_2
Honored Contributor

Re: Swinstall question

Hi

Use the swinstall tui. Select your product 'm'
goto actions and change target, then specify your directory. The software may have been packaged with a specific install directory

ie

package to be installed in /usr/contrib/bin

if you select

/opt

You will get installed in

/opt/usr/contrib/bin

HTH

Steve
take your time and think things through
Filosofo
Regular Advisor

Re: Swinstall question

Thanks,
I try to log on the server like prova user and I execute swinstall -s /python .
I choose like targhet directory /home/prova but I recived this message:

"server:/home/prova": You do not have the required permissions xqqqx
x x to select this target. Check permissions using the "swacl" command x x
xlqqx or see your system administrator for assistance. Or, to manage xqk x
xx x applications designed and packaged for nonprivileged mode, see the x ^ x
xx x "run_as_superuser" option in the "sd" man page.


What I do?

Thanks Filo
Sistem engeneer expert
steven Burgess_2
Honored Contributor

Re: Swinstall question

Hi

Are you trying to install to a remote server ?

If so I would perform this action the other way.

First register the depot

swreg -l depot /dir/containing/software

Login to the remote server

swinstall

Specify the source hostname and path of software

HTH

Steve

take your time and think things through
Umapathy S
Honored Contributor

Re: Swinstall question

In addition to the above answer.

I think you are not logging as root. You need to be root to swinstall applications.

Hope I understood your question correctly.

-Umapathy
Arise Awake and Stop NOT till the goal is Reached!
steven Burgess_2
Honored Contributor

Re: Swinstall question

And that as well
take your time and think things through