buf on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S buf

* (Optional) Uninstall buf on Arch using YAY

$ yay -Rns buf

2. Manually Install "buf" via AUR

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

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

b. Clone buf's git locally

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

c. Go to ~/buf folder and install it

$ cd ~/buf $ makepkg -si

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

ID: 1118334
Name: buf
PackageBaseID: 154783
PackageBase: buf
Version: 1.7.0-1
Description: A new way of working with Protocol Buffers
URL: https://buf.build
NumVotes: 5
Popularity: 0.057104
OutOfDate:
Maintainer: doriable
FirstSubmitted: 1593077258
LastModified: 1658963362
URLPath: /cgit/aur.git/snapshot/buf.tar.gz

5. The same packages on other Linux Distributions