Changes between Version 10 and Version 11 of FrequentlyAskedQuestions
- Timestamp:
- Oct 28, 2010 1:49:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v10 v11 14 14 15 15 == 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.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. 17 17 18 18 If 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.