Translations:Utiliser des modules/16/en: Difference between revisions
Jump to navigation
Jump to search
Sub-command
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Sub-command <code>unload</code> == | === Sub-command <code>unload</code> === | ||
In contrast with the '''<code>load</code>''' sub-command, '''<code>unload</code>''' removes a module from your environment. For example, | |||
{{Command|module unload gcc/9.3}} | {{Command|module unload gcc/9.3}} | ||
would remove the GCC 9.3 | would remove the GCC 9.3 compiler suite from your environment. |
Latest revision as of 14:23, 24 July 2024
Sub-command unload
[edit]
In contrast with the load
sub-command, unload
removes a module from your environment. For example,
[name@server ~]$ module unload gcc/9.3
would remove the GCC 9.3 compiler suite from your environment.