qmalloc on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S qmalloc

* (Optional) Uninstall qmalloc on Arch using YAY

$ yay -Rns qmalloc

2. Manually Install "qmalloc" via AUR

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

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

b. Clone qmalloc's git locally

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

c. Go to ~/qmalloc folder and install it

$ cd ~/qmalloc $ makepkg -si

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

ID: 1178484
Name: qmalloc
PackageBaseID: 188478
PackageBase: qmalloc
Version: 1.1-1
Description: A simple extended malloc allowing for callbacks to be run if NULL was returned.
URL: https://github.com/charliehogger31/qmalloc
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: charliehogger
Submitter: charliehogger
FirstSubmitted: 1670220411
LastModified: 1670220668
URLPath: /cgit/aur.git/snapshot/qmalloc.tar.gz