Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mmmm
    Senior Member
    • Jul 2013
    • 131

    software download on a remote server

    how to install software to a remote server. I access the server from windows laptop using Putty and move folders/files to the server using WinScp-

    Now, what are the steps that I should follow to download a software (for example, velvet http://www.ebi.ac.uk/~zerbino/velvet/) to the remote server
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Log into the remote server. Do the following (but do check the manual info for wget/curl commands, i.e. $ man wget ) to download the velvet package.

    Code:
    $ wget [url]http://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz (or replace with the actual link for whatever you are trying to download[/url]
    or

    Code:
    $curl [url]http://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz[/url] (or replace with the actual link for whatever you are trying to download)
    This is only a small part of the actual install process.

    Since you do not seem to have administrative rights on the server it would save you a whole lot of trouble if you can request the administrator(s) to install whatever it is that you want to use.

    Comment

    • mmmm
      Senior Member
      • Jul 2013
      • 131

      #3
      thank you very much- velvet is now downloaded using:

      $ wget http://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz

      then I tried to unzip it using:

      $ tar -zxvf velvet_1.2.10.tgz

      (and now I have velvet_1.2.10)_ a very simple question, how to use velvet now? (as it is my first time to install a software), I can easily use the already installed software via (module load software) but do not know how could I use velvet (which I have just installed as "module load velvet" dose not work??

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        You'll make your life easier if you go through a tutorial on how to use Linux from the command line. In brief, though, you need to update the PATH with something like:

        Code:
        export PATH="$PATH:/path/to/the/directory/with/velvet"
        There are other (better!) ways to do this (namely creating ~/bin, putting executables in there and then permanently adding that to your PATH by modifying .bashrc), but the above example is probably easier for a one-off use. BTW, "/path/to/the/directory/with/velvet" will need to be changed to the actual path to where velvet is installed, in case that wasn't apparent (it probably wasn't if you've never used Linux before ).

        Comment

        • rhinoceros
          Senior Member
          • Apr 2013
          • 372

          #5
          Don't think that's going to do it as the manual implies that there are no binaries, but velvet has to be compiled first. mmmm, in general you have to read the manuals of the programs you intend to install/use. More often than not they tell you exactly what needs to be done..

          savetherhino.org

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            Originally posted by rhinoceros View Post
            Don't think that's going to do it as the manual implies that there are no binaries, but velvet has to be compiled first. mmmm, in general you have to read the manuals of the programs you intend to install/use. More often than not they tell you exactly what needs to be done..

            http://www.ebi.ac.uk/~zerbino/velvet/Manual.pdf
            Suckage, I'd hoped that the OP had downloaded a package containing the binary.

            Comment

            • dpryan
              Devon Ryan
              • Jul 2011
              • 3478

              #7
              Originally posted by Melisa Stewart
              I merely access any detailed idea about it but I think before software download on a remote server one need to First install Unified Remote Server on the related computer. This will allow the device to connect and communicate with the PC on the home network. This requires Windows and .NET Framework 4 as well.
              The AI doesn't seem to have improved much.

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                Perhaps she is not from this galaxy .. it will take time.

                Comment

                • kmcarr
                  Senior Member
                  • May 2008
                  • 1181

                  #9
                  Originally posted by GenoMax View Post
                  Perhaps she is not from this galaxy .. it will take time.
                  Do we need Jodie Foster to make "Contact"

                  Comment

                  Latest Articles

                  Collapse

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, Yesterday, 11:58 AM
                  0 responses
                  10 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-05-2026, 10:09 AM
                  0 responses
                  25 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-04-2026, 08:59 AM
                  0 responses
                  35 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-02-2026, 12:03 PM
                  0 responses
                  58 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...