pacman-static on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S pacman-static

* (Optional) Uninstall pacman-static on Arch using YAY

$ yay -Rns pacman-static

2. Manually Install "pacman-static" via AUR

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

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

b. Clone pacman-static's git locally

$ git clone https://aur.archlinux.org/pacman-static.git ~/pacman-static

c. Go to ~/pacman-static folder and install it

$ cd ~/pacman-static $ makepkg -si

3. Information about the pacman-static package on Arch User Repository (AUR)

ID: 1428434
Name: pacman-static
PackageBaseID: 66154
PackageBase: pacman-static
Version: 6.1.0-1
Description: Statically-compiled pacman (to fix or install systems without libc)
URL: https://www.archlinux.org/pacman/
NumVotes: 43
Popularity: 1.682337
OutOfDate:
Maintainer: Morganamilo
Submitter: mazieres
FirstSubmitted: 1357697862
LastModified: 1710594234
URLPath: /cgit/aur.git/snapshot/pacman-static.tar.gz

5. The same packages on other Linux Distributions