To know what package are available:
module av
display all available packages.module av bla
display all available packages begining by blamodule load package/vers
load the package.module list
list all packages loaded in the environment.module unload package/vers
unload a package.module purge
unload all loaded packages.module help package/vers
display help about the package.Why write your own modulefiles
share controled environment
among your workmatesshare coherent programs and alias
among your workmatesset up specific tools and pipelines
with controlman modulefile
for the syntax to use.~/privatemodules
module load use.own
your modulefiles wil be available for all module commandsread permissions
for all users you want to share.module use
the given directory, they will gain acces to your modulefiles.whatprovides program
list all package that provides the program.exercises