concurrentqueue on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S concurrentqueue

* (Optional) Uninstall concurrentqueue on Arch using YAY

$ yay -Rns concurrentqueue

2. Manually Install "concurrentqueue" via AUR

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

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

b. Clone concurrentqueue's git locally

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

c. Go to ~/concurrentqueue folder and install it

$ cd ~/concurrentqueue $ makepkg -si

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

ID: 1389092
Name: concurrentqueue
PackageBaseID: 194907
PackageBase: concurrentqueue
Version: 1.0.4-2
Description: A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
URL: https://github.com/cameron314/concurrentqueue
NumVotes: 1
Popularity: 0.004757
OutOfDate:
Maintainer: tocic
Submitter: tocic
FirstSubmitted: 1687243839
LastModified: 1705742705
URLPath: /cgit/aur.git/snapshot/concurrentqueue.tar.gz