corepack on AUR (Arch User Repository)

Last updated: May 06,2024

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

$ yay -S corepack

* (Optional) Uninstall corepack on Arch using YAY

$ yay -Rns corepack

2. Manually Install "corepack" via AUR

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

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

b. Clone corepack's git locally

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

c. Go to ~/corepack folder and install it

$ cd ~/corepack $ makepkg -si

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

ID: 1405271
Name: corepack
PackageBaseID: 202224
PackageBase: corepack
Version: 0.11.2-1
Description: Zero-runtime-dependency package acting as bridge between Node projects and their package managers.
URL: https://github.com/nodejs/corepack
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: truocolo
Submitter: truocolo
FirstSubmitted: 1707270003
LastModified: 1707270003
URLPath: /cgit/aur.git/snapshot/corepack.tar.gz