lmod on AUR (Arch User Repository)

Last updated: May 18,2024

1. Install "lmod" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install lmod on Arch using YAY

$ yay -S lmod

* (Optional) Uninstall lmod on Arch using YAY

$ yay -Rns lmod

2. Manually Install "lmod" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone lmod's git locally

$ git clone https://aur.archlinux.org/lmod.git ~/lmod

c. Go to ~/lmod folder and install it

$ cd ~/lmod $ makepkg -si

3. Information about the lmod package on Arch User Repository (AUR)

ID: 1403763
Name: lmod
PackageBaseID: 118865
PackageBase: lmod
Version: 8.7.34-1
Description: Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules
URL: https://github.com/TACC/Lmod
NumVotes: 9
Popularity: 0.425284
OutOfDate:
Maintainer: hcartiaux
Submitter: wookietreiber
FirstSubmitted: 1484659324
LastModified: 1707038381
URLPath: /cgit/aur.git/snapshot/lmod.tar.gz