pkg on AUR (Arch User Repository)
Last updated: November 15,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
Copied
b. Install pkg on Arch using YAY
$
yay -S
pkg
Copied
* (Optional) Uninstall pkg on Arch using YAY
$
yay -Rns
pkg
Copied
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
Copied
b. Clone pkg's git locally
$
git clone https://aur.archlinux.org/pkg.git
~/pkg
Copied
c. Go to ~/pkg folder and install it
$
cd
~/pkg
Copied
$
makepkg -si
Copied
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
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