beanstalkd on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S beanstalkd

* (Optional) Uninstall beanstalkd on Arch using YAY

$ yay -Rns beanstalkd

2. Manually Install "beanstalkd" via AUR

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

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

b. Clone beanstalkd's git locally

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

c. Go to ~/beanstalkd folder and install it

$ cd ~/beanstalkd $ makepkg -si

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

ID: 1356709
Name: beanstalkd
PackageBaseID: 97306
PackageBase: beanstalkd
Version: 1.13-1
Description: Fast, simple message queue server
URL: https://beanstalkd.github.io/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: slact
Submitter: slact
FirstSubmitted: 1439325857
LastModified: 1700551568
URLPath: /cgit/aur.git/snapshot/beanstalkd.tar.gz