fnm on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S fnm

* (Optional) Uninstall fnm on Arch using YAY

$ yay -Rns fnm

2. Manually Install "fnm" via AUR

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

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

b. Clone fnm's git locally

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

c. Go to ~/fnm folder and install it

$ cd ~/fnm $ makepkg -si

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

ID: 1304693
Name: fnm
PackageBaseID: 171132
PackageBase: fnm
Version: 1.35.1-1
Description: Fast and simple Node.js version manager, built with Rust
URL: https://github.com/Schniz/fnm
NumVotes: 8
Popularity: 0.381322
OutOfDate:
Maintainer: wezm
Submitter: wezm
FirstSubmitted: 1631843229
LastModified: 1692187033
URLPath: /cgit/aur.git/snapshot/fnm.tar.gz