How to Install and Uninstall Modules Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "Modules" package
Learn how to install Modules on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
Modules
Copied
2. Uninstall "Modules" package
This is a short guide on how to uninstall Modules on openSuSE Tumbleweed:
$
sudo zypper remove
Modules
Copied
3. Information about the Modules package on openSuSE Tumbleweed
Information for package Modules:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Modules
Version : 4.8.0-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 822.2 KiB
Installed : No
Status : not installed
Source package : Modules-4.8.0-1.11.src
Upstream URL : http://modules.sourceforge.net/
Summary : Change environment at runtime
Description :
The Modules package is a tool that simplify shell initialization and lets
users easily modify their environment during the session with modulefiles.
Each modulefile contains the information needed to configure the shell for an
application. Once the Modules package is initialized, the environment can be
modified on a per-module basis using the module command which interprets
modulefiles. Typically modulefiles instruct the module command to alter or set
shell environment variables such as PATH, MANPATH, etc. modulefiles may be
shared by many users on a system and users may have their own collection to
supplement or replace the shared modulefiles.
Modules can be loaded and unloaded dynamically and atomically, in an clean
fashion. All popular shells are supported, including bash, ksh, zsh, sh, csh,
tcsh, fish, as well as some scripting languages such as tcl, perl, python,
ruby, cmake and r.
Modules are useful in managing different versions of applications. Modules can
also be bundled into metamodules that will load an entire suite of different
applications.
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Modules
Version : 4.8.0-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 822.2 KiB
Installed : No
Status : not installed
Source package : Modules-4.8.0-1.11.src
Upstream URL : http://modules.sourceforge.net/
Summary : Change environment at runtime
Description :
The Modules package is a tool that simplify shell initialization and lets
users easily modify their environment during the session with modulefiles.
Each modulefile contains the information needed to configure the shell for an
application. Once the Modules package is initialized, the environment can be
modified on a per-module basis using the module command which interprets
modulefiles. Typically modulefiles instruct the module command to alter or set
shell environment variables such as PATH, MANPATH, etc. modulefiles may be
shared by many users on a system and users may have their own collection to
supplement or replace the shared modulefiles.
Modules can be loaded and unloaded dynamically and atomically, in an clean
fashion. All popular shells are supported, including bash, ksh, zsh, sh, csh,
tcsh, fish, as well as some scripting languages such as tcl, perl, python,
ruby, cmake and r.
Modules are useful in managing different versions of applications. Modules can
also be bundled into metamodules that will load an entire suite of different
applications.