pstack on AUR (Arch User Repository)

Last updated: May 01,2024

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

$ yay -S pstack

* (Optional) Uninstall pstack on Arch using YAY

$ yay -Rns pstack

2. Manually Install "pstack" via AUR

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

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

b. Clone pstack's git locally

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

c. Go to ~/pstack folder and install it

$ cd ~/pstack $ makepkg -si

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

ID: 1421364
Name: pstack
PackageBaseID: 130769
PackageBase: pstack
Version: 2.4.7-1
Description: Print stack traces from running processes, or core files.
URL: https://github.com/peadar/pstack
NumVotes: 3
Popularity: 8.0E-6
OutOfDate:
Maintainer: Rubo
Submitter: flipflop97
FirstSubmitted: 1520965495
LastModified: 1709667267
URLPath: /cgit/aur.git/snapshot/pstack.tar.gz