dtrace-utils-devel on AUR (Arch User Repository)
Last updated: February 08,2025
Deprecated! Installation of this package may no longer be supported.
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
Copied
b. Install dtrace-utils-devel on Arch using YAY
$
yay -S
dtrace-utils-devel
Copied
* (Optional) Uninstall dtrace-utils-devel on Arch using YAY
$
yay -Rns
dtrace-utils-devel
Copied
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
Copied
b. Clone dtrace-utils-devel's git locally
$
git clone https://aur.archlinux.org/dtrace-utils-devel.git
~/dtrace-utils-devel
Copied
c. Go to ~/dtrace-utils-devel folder and install it
$
cd
~/dtrace-utils-devel
Copied
$
makepkg -si
Copied