How to Install and Uninstall environment-modules Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "environment-modules" package

In this section, we are going to explain the necessary steps to install environment-modules on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install environment-modules

2. Uninstall "environment-modules" package

Please follow the steps below to uninstall environment-modules on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the environment-modules package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: environment-modules
Priority: optional
Section: universe/devel
Installed-Size: 265
Maintainer: Ubuntu Developers
Original-Maintainer: Alastair McKinstry
Architecture: amd64
Source: modules
Version: 3.2.10-9
Depends: debhelper (>= 9), tcl8.6 | tcl, libc6 (>= 2.14), libtcl8.6 (>= 8.6.0)
Filename: pool/universe/m/modules/environment-modules_3.2.10-9_amd64.deb
Size: 77046
MD5sum: 7134afefa7f2d33df987b61020ed1807
SHA1: 8c47a22930ace1c2e3d691055c1e4f670fc674e8
SHA256: 0ffc6c7c7bb54c66ce49083ecef7c189a492b57b954305ece9cd95ef14053461
Description-en: 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: e68d2dab565934a6f22604cc65023018
Homepage: http://modules.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu