pkg on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S pkg

* (Optional) Uninstall pkg on Arch using YAY

$ yay -Rns pkg

2. Manually Install "pkg" via AUR

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

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

b. Clone pkg's git locally

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

c. Go to ~/pkg folder and install it

$ cd ~/pkg $ makepkg -si

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

ID: 961080
Name: pkg
PackageBaseID: 153029
PackageBase: pkg
Version: 5.3.2-1
Description: Package your Node.js project into an executable
URL: https://github.com/zeit/pkg
NumVotes: 4
Popularity: 0.102224
OutOfDate: 1669035975
Maintainer: arthuro555
Submitter: onny
FirstSubmitted: 1590062300
LastModified: 1631660376
URLPath: /cgit/aur.git/snapshot/pkg.tar.gz