How to Install and Uninstall environment-modules Package on Kali Linux

Last updated: May 06,2024

1. Install "environment-modules" package

Here is a brief guide to show you how to install environment-modules on Kali Linux

$ sudo apt update $ sudo apt install environment-modules

2. Uninstall "environment-modules" package

This is a short guide on how to uninstall environment-modules on Kali Linux:

$ sudo apt remove environment-modules $ sudo apt autoclean && sudo apt autoremove

3. Information about the environment-modules package on Kali Linux

Package: environment-modules
Source: modules
Version: 5.4.0-1
Installed-Size: 1412
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: tcl8.6, libc6 (>= 2.34), less, procps, python3
Conflicts: lmod
Size: 730848
SHA256: e3158b4fd72b263b09d7766af86eb38af4c4ce7202afaa246ba392d71e131e82
SHA1: 6375080ab704f04d4603bb414af60d7a84594d5c
MD5sum: 18d441569aa5b7ed9719855fee3c409b
Description: Modular system for handling environment variables
The 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 dynamically
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. The modules
environment is common on SGI/Crays and many workstation farms.
Description-md5:
Homepage: http://modules.sourceforge.net/
Section: devel
Priority: optional
Filename: pool/main/m/modules/environment-modules_5.4.0-1_amd64.deb