latrace on AUR (Arch User Repository)

Last updated: May 06,2024

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

$ yay -S latrace

* (Optional) Uninstall latrace on Arch using YAY

$ yay -Rns latrace

2. Manually Install "latrace" via AUR

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

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

b. Clone latrace's git locally

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

c. Go to ~/latrace folder and install it

$ cd ~/latrace $ makepkg -si

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

ID: 424269
Name: latrace
PackageBaseID: 99975
PackageBase: latrace
Version: 0.5.11-2
Description: trace library calls and get their statistics in a manner similar to the strace utility (syscall tracing)
URL: http://people.redhat.com/jolsa/latrace/index.shtml
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: severach
Submitter: severach
FirstSubmitted: 1442230396
LastModified: 1499021040
URLPath: /cgit/aur.git/snapshot/latrace.tar.gz