czmq on AUR (Arch User Repository)

Last updated: September 22,2024

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

$ yay -S czmq

* (Optional) Uninstall czmq on Arch using YAY

$ yay -Rns czmq

2. Manually Install "czmq" via AUR

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

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

b. Clone czmq's git locally

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

c. Go to ~/czmq folder and install it

$ cd ~/czmq $ makepkg -si

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

ID: 1295292
Name: czmq
PackageBaseID: 196188
PackageBase: czmq
Version: 4.2.1-3
Description: High-level C Binding for ZeroMQ
URL: http://czmq.zeromq.org
NumVotes: 1
Popularity: 0.009091
OutOfDate:
Maintainer: FirstAirBender
Submitter: FirstAirBender
FirstSubmitted: 1690484447
LastModified: 1690486440
URLPath: /cgit/aur.git/snapshot/czmq.tar.gz