Campuses:
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computing:department:unix:checking_or_requesting_software [2012/11/05 11:22] – created allan | computing:department:unix:checking_or_requesting_software [2015/08/13 18:34] (current) – Links to computing:department:unix:modules changed to computing:department:unix:software:modules allan | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Checking for software on a computer ===== | ===== Checking for software on a computer ===== | ||
| - | If you're looking for a particular software | + | Software can be made available using a number of methods on our linux systems |
| + | - installed using the native linux package manager (rpm/yum) | ||
| + | - available within " | ||
| + | - available within a Redhat [[.: | ||
| + | - installed to a shared network directory on a server | ||
| + | |||
| + | This can sometimes make it hard to determine what is available to you. | ||
| + | |||
| + | Running the '' | ||
| + | |||
| + | You can check if a particular item is available as a linux package | ||
| yum list lapack | yum list lapack | ||
| Line 15: | Line 25: | ||
| yum provides " | yum provides " | ||
| + | Finally, if you find a package you need but which is not installed, let us know at net@physics.umn.edu so we can add it to the distribution list. | ||