How to perform remote installation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samuelsuganth
    New Member
    • Mar 2008
    • 1

    How to perform remote installation?

    Hi. I'm working on FC8 machine. I want to transfer set of packages from a local machine to a remote machine and install the packages in the remote machine. Can anyone please help me to succeed in this task. Thanx in advance.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by samuelsuganth
    Hi. I'm working on FC8 machine. I want to transfer set of packages from a local machine to a remote machine and install the packages in the remote machine. Can anyone please help me to succeed in this task. Thanx in advance.
    What ideas do you have so far?
    Obviously you need to deal with two separate tasks.
    1.) Transferring files to a remote machine.
    2.) Starting a Java program on a remote machine.

    Comment

    • Peterwkc
      New Member
      • Apr 2007
      • 55

      #3
      Scp command is the right place to go.

      Scp is a command that use ssh.

      After copy from local machine to remote machine, then starting the installation.

      I hope this help.

      Comment

      Working...