How to Install and Uninstall Lmod.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "Lmod.x86_64" package

Please follow the guidance below to install Lmod.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install Lmod.x86_64

2. Uninstall "Lmod.x86_64" package

In this section, we are going to explain the necessary steps to uninstall Lmod.x86_64 on CentOS Stream 9:

$ sudo dnf remove Lmod.x86_64 $ sudo dnf autoremove

3. Information about the Lmod.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:26:31 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : Lmod
Version : 8.7.32
Release : 1.el9
Architecture : x86_64
Size : 233 k
Source : Lmod-8.7.32-1.el9.src.rpm
Repository : epel
Summary : Environmental Modules System in Lua
URL : https://www.tacc.utexas.edu/tacc-projects/lmod
License : MIT AND LGPL-2.0-only
Description : Lmod is a Lua based module system that easily handles the MODULEPATH
: Hierarchical problem. Environment Modules provide a convenient way to
: dynamically change the users' environment through modulefiles. This includes
: easily adding or removing directories to the PATH environment variable.
: Modulefiles for library packages provide environment variables that specify
: where the library and header files can be found.