async-profiler on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S async-profiler

* (Optional) Uninstall async-profiler on Arch using YAY

$ yay -Rns async-profiler

2. Manually Install "async-profiler" via AUR

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

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

b. Clone async-profiler's git locally

$ git clone https://aur.archlinux.org/async-profiler.git ~/async-profiler

c. Go to ~/async-profiler folder and install it

$ cd ~/async-profiler $ makepkg -si

3. Information about the async-profiler package on Arch User Repository (AUR)

ID: 1391057
Name: async-profiler
PackageBaseID: 134284
PackageBase: async-profiler
Version: 3.0-1
Description: Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events
URL: https://github.com/jvm-profiling-tools/async-profiler
NumVotes: 9
Popularity: 0.076985
OutOfDate:
Maintainer: incubos
Submitter: incubos
FirstSubmitted: 1531682127
LastModified: 1706020043
URLPath: /cgit/aur.git/snapshot/async-profiler.tar.gz