qmalloc on AUR (Arch User Repository)
Last updated: November 24,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
Copied
b. Install qmalloc on Arch using YAY
$
yay -S
qmalloc
Copied
* (Optional) Uninstall qmalloc on Arch using YAY
$
yay -Rns
qmalloc
Copied
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
Copied
b. Clone qmalloc's git locally
$
git clone https://aur.archlinux.org/qmalloc.git
~/qmalloc
Copied
c. Go to ~/qmalloc folder and install it
$
cd
~/qmalloc
Copied
$
makepkg -si
Copied
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
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