How to Install and Uninstall environment-modules.x86_64 Package on Oracle Linux 9

Last updated: June 28,2024

1. Install "environment-modules.x86_64" package

This guide let you learn how to install environment-modules.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install environment-modules.x86_64

2. Uninstall "environment-modules.x86_64" package

This is a short guide on how to uninstall environment-modules.x86_64 on Oracle Linux 9:

$ sudo dnf remove environment-modules.x86_64 $ sudo dnf autoremove

3. Information about the environment-modules.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:16:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : environment-modules
Version : 5.3.0
Release : 1.el9
Architecture : x86_64
Size : 627 k
Source : environment-modules-5.3.0-1.el9.src.rpm
Repository : ol9_baseos_latest
Summary : Provides dynamic modification of a user's environment
URL : http://modules.sourceforge.net/
License : GPLv2+
Description : The Environment Modules package provides for the dynamic modification of
: a user's environment via 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, as well as some scripting languages such as perl.
:
: 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.
:
: NOTE: You will need to get a new shell after installing this package to
: have access to the module alias.