Software on Physics

colored bar

all is not lost. Change directory to /usr, and use the find command. Try something like find . -name program-name -name.

Tip, executable programs are usually in directories that have a "bin" in their names.

If you still can't find the program, we probably don't have it. You can send a request to

help@physics.wm.edu
asking if the program could be installed.
  • If you don't know the name of the software, but you do know what you want the software to do, type man -k subject where you use a general word that describes what you are interested in in place of "subject". For example:

    shell output for man -k

    Using the brief descriptions as a guide and the manpages for each program, decide which program does what you want.

    How do I learn how to use it?