protozero on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S protozero

* (Optional) Uninstall protozero on Arch using YAY

$ yay -Rns protozero

2. Manually Install "protozero" via AUR

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

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

b. Clone protozero's git locally

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

c. Go to ~/protozero folder and install it

$ cd ~/protozero $ makepkg -si

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

ID: 1049396
Name: protozero
PackageBaseID: 132249
PackageBase: protozero
Version: 1.7.1-3
Description: Minimalist protocol buffer decoder and encoder in C++
URL: https://github.com/mapbox/protozero
NumVotes: 1
Popularity: 1.0E-6
OutOfDate:
Maintainer: akstrfn
FirstSubmitted: 1525849335
LastModified: 1646993503
URLPath: /cgit/aur.git/snapshot/protozero.tar.gz

5. The same packages on other Linux Distributions