flamegraph on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S flamegraph

* (Optional) Uninstall flamegraph on Arch using YAY

$ yay -Rns flamegraph

2. Manually Install "flamegraph" via AUR

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

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

b. Clone flamegraph's git locally

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

c. Go to ~/flamegraph folder and install it

$ cd ~/flamegraph $ makepkg -si

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

ID: 526067
Name: flamegraph
PackageBaseID: 132326
PackageBase: flamegraph
Version: 1.0-2
Description: Flame Graphs visualize profiled code
URL: http://www.brendangregg.com/flamegraphs.html
NumVotes: 6
Popularity: 0.08978
OutOfDate:
Maintainer: ROllerozxa
Submitter: zhangkaizhao
FirstSubmitted: 1526107823
LastModified: 1531385822
URLPath: /cgit/aur.git/snapshot/flamegraph.tar.gz