dmalloc on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S dmalloc

* (Optional) Uninstall dmalloc on Arch using YAY

$ yay -Rns dmalloc

2. Manually Install "dmalloc" via AUR

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

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

b. Clone dmalloc's git locally

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

c. Go to ~/dmalloc folder and install it

$ cd ~/dmalloc $ makepkg -si

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

ID: 842822
Name: dmalloc
PackageBaseID: 161692
PackageBase: dmalloc
Version: 5.6.5-2
Description: Debug Malloc memory allocation debugging C library
URL: https://github.com/j256/dmalloc
NumVotes: 1
Popularity: 1.0E-6
OutOfDate:
Maintainer: kxuan
Submitter: kxuan
FirstSubmitted: 1609841038
LastModified: 1609844265
URLPath: /cgit/aur.git/snapshot/dmalloc.tar.gz