dtrace-utils-devel on AUR (Arch User Repository)

Last updated: February 08,2025

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

$ yay -S dtrace-utils-devel

* (Optional) Uninstall dtrace-utils-devel on Arch using YAY

$ yay -Rns dtrace-utils-devel

2. Manually Install "dtrace-utils-devel" via AUR

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

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

b. Clone dtrace-utils-devel's git locally

$ git clone https://aur.archlinux.org/dtrace-utils-devel.git ~/dtrace-utils-devel

c. Go to ~/dtrace-utils-devel folder and install it

$ cd ~/dtrace-utils-devel $ makepkg -si

3. Information about the dtrace-utils-devel package on Arch User Repository (AUR)