uftrace on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S uftrace

* (Optional) Uninstall uftrace on Arch using YAY

$ yay -Rns uftrace

2. Manually Install "uftrace" via AUR

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

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

b. Clone uftrace's git locally

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

c. Go to ~/uftrace folder and install it

$ cd ~/uftrace $ makepkg -si

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

ID: 1382836
Name: uftrace
PackageBaseID: 115984
PackageBase: uftrace
Version: 0.15-1
Description: Function graph tracer for C/C++/Rust
URL: https://github.com/namhyung/uftrace
NumVotes: 5
Popularity: 0.000511
OutOfDate:
Maintainer: FantasqueX
Submitter: ganadist
FirstSubmitted: 1475732187
LastModified: 1704780897
URLPath: /cgit/aur.git/snapshot/uftrace.tar.gz