systemtap on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S systemtap

* (Optional) Uninstall systemtap on Arch using YAY

$ yay -Rns systemtap

2. Manually Install "systemtap" via AUR

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

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

b. Clone systemtap's git locally

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

c. Go to ~/systemtap folder and install it

$ cd ~/systemtap $ makepkg -si

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

ID: 1203438
Name: systemtap
PackageBaseID: 130043
PackageBase: systemtap
Version: 4.8-1
Description: Infrastructure to simplify the gathering of information about the running Linux system
URL: http://sourceware.org/systemtap/
NumVotes: 17
Popularity: 0.000775
OutOfDate: 1683095923
Maintainer: chripell
Submitter: Shibumi
FirstSubmitted: 1518607931
LastModified: 1675001242
URLPath: /cgit/aur.git/snapshot/systemtap.tar.gz