concurrent-queue on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S concurrent-queue

* (Optional) Uninstall concurrent-queue on Arch using YAY

$ yay -Rns concurrent-queue

2. Manually Install "concurrent-queue" via AUR

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

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

b. Clone concurrent-queue's git locally

$ git clone https://aur.archlinux.org/concurrent-queue.git ~/concurrent-queue

c. Go to ~/concurrent-queue folder and install it

$ cd ~/concurrent-queue $ makepkg -si

3. Information about the concurrent-queue package on Arch User Repository (AUR)

ID: 900868
Name: concurrent-queue
PackageBaseID: 166317
PackageBase: concurrent-queue
Version: 1.0.3-1
Description: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
URL: https://github.com/cameron314/concurrentqueue
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1619953684
LastModified: 1619953684
URLPath: /cgit/aur.git/snapshot/concurrent-queue.tar.gz