Changes between Version 10 and Version 11 of FrequentlyAskedQuestions


Ignore:
Timestamp:
Oct 28, 2010 1:49:42 PM (13 years ago)
Author:
mikeryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v10 v11  
    1414
    1515== How can I install software on my nodes? ==
    16 The currently supported operating system images (see the [https://www.isi.deterlab.net/showosid_list.php3 Recommended list] for currently supported images) images have access to full package repositories on a local mirror. Depending on your OS you can use {{{ yum }}}, {{{ apt-get }}}, or {{ pkg_add }} to install software that's been pre-packaged for each OS.
     16The currently supported operating system images (see the [https://www.isi.deterlab.net/showosid_list.php3 Recommended list] for currently supported images) images have access to full package repositories on a local mirror. Depending on your OS you can use {{{ yum }}}, {{{ apt-get }}}, or {{{ pkg_add }}} to install software that's been pre-packaged for each OS.
    1717
    1818If there is no package for the software you wish to install, you can install from source. Copy the source tarball to the testbed (see [#HowdoIcopyfilesfrommyworkstationtoanodeinanexperiment How do I copy files from my workstation to a node in an experiment?] or use {{{ wget }}} or {{{ curl }}} on {{{ users }}}), then follow the package's installation instructions.