Changes between Version 3 and Version 4 of FrequentlyAskedQuestions
- Timestamp:
- Sep 14, 2010 10:10:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v3 v4 12 12 13 13 == How can I install software on my nodes? == 14 The currently supported operating system images ( including CentOS and Ubuntu) images have access to full package repositories on a local mirror. You can therefore use {{{ yum }}} or {{{ apt-get }}} (respectively) to install software that's been pre-packaged for each distro.14 The currently supported operating system images (See the Recommended list [https://www.isi.deterlab.net/showosid_list.php3 here] for currently supported images) images have access to full package repositories on a local mirror. You can therefore use {{{ yum }}} or {{{ apt-get }}} (respectively) to install software that's been pre-packaged for each distro. 15 15 16 16 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.