plenv on AUR (Arch User Repository)

Last updated: January 24,2025

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

$ yay -S plenv

* (Optional) Uninstall plenv on Arch using YAY

$ yay -Rns plenv

2. Manually Install "plenv" via AUR

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

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

b. Clone plenv's git locally

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

c. Go to ~/plenv folder and install it

$ cd ~/plenv $ makepkg -si

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

ID: 798412
Name: plenv
PackageBaseID: 118279
PackageBase: plenv
Version: 2.3.1-1
Description: Simple Perl version management
URL: https://github.com/tokuhirom/plenv
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: cdown
Submitter: cdown
FirstSubmitted: 1483116313
LastModified: 1601419347
URLPath: /cgit/aur.git/snapshot/plenv.tar.gz