cppzmq on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S cppzmq

* (Optional) Uninstall cppzmq on Arch using YAY

$ yay -Rns cppzmq

2. Manually Install "cppzmq" via AUR

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

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

b. Clone cppzmq's git locally

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

c. Go to ~/cppzmq folder and install it

$ cd ~/cppzmq $ makepkg -si

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

ID: 1098699
Name: cppzmq
PackageBaseID: 141257
PackageBase: cppzmq
Version: 4.8.1-2
Description: Header-only C++ binding for libzmq (only CMake module)
URL: https://github.com/zeromq/cppzmq
NumVotes: 1
Popularity: 0.002226
OutOfDate:
Maintainer: tomi77
FirstSubmitted: 1555335892
LastModified: 1655268442
URLPath: /cgit/aur.git/snapshot/cppzmq.tar.gz

5. The same packages on other Linux Distributions