nodenv on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "nodenv" 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 nodenv on Arch using YAY

$ yay -S nodenv

* (Optional) Uninstall nodenv on Arch using YAY

$ yay -Rns nodenv

2. Manually Install "nodenv" via AUR

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

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

b. Clone nodenv's git locally

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

c. Go to ~/nodenv folder and install it

$ cd ~/nodenv $ makepkg -si

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

ID: 782669
Name: nodenv
PackageBaseID: 106430
PackageBase: nodenv
Version: 1.4.0-1
Description: Manage multiple NodeJS versions
URL: https://github.com/nodenv/nodenv
NumVotes: 4
Popularity: 5.8E-5
OutOfDate: 1682541493
Maintainer: francescopersico
Submitter: mark.sagikazar
FirstSubmitted: 1453396084
LastModified: 1598280688
URLPath: /cgit/aur.git/snapshot/nodenv.tar.gz