pkgtools on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S pkgtools

* (Optional) Uninstall pkgtools on Arch using YAY

$ yay -Rns pkgtools

2. Manually Install "pkgtools" via AUR

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

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

b. Clone pkgtools's git locally

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

c. Go to ~/pkgtools folder and install it

$ cd ~/pkgtools $ makepkg -si

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

ID: 953832
Name: pkgtools
PackageBaseID: 97042
PackageBase: pkgtools
Version: 25-9
Description: A collection of scripts for Arch Linux packages
URL: https://bbs.archlinux.org/viewtopic.php?pid=384196
NumVotes: 111
Popularity: 0.187768
OutOfDate:
Maintainer: farseerfc
Submitter: farseerfc
FirstSubmitted: 1439201249
LastModified: 1630206918
URLPath: /cgit/aur.git/snapshot/pkgtools.tar.gz