How to Install and Uninstall Modules-doc Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "Modules-doc" package

Here is a brief guide to show you how to install Modules-doc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install Modules-doc

2. Uninstall "Modules-doc" package

In this section, we are going to explain the necessary steps to uninstall Modules-doc on openSuSE Tumbleweed:

$ sudo zypper remove Modules-doc

3. Information about the Modules-doc package on openSuSE Tumbleweed

Information for package Modules-doc:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Modules-doc
Version : 4.8.0-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : Modules-4.8.0-1.11.src
Upstream URL : http://modules.sourceforge.net/
Summary : Documentation for Environment Modules
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.