grpcurl on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S grpcurl

* (Optional) Uninstall grpcurl on Arch using YAY

$ yay -Rns grpcurl

2. Manually Install "grpcurl" via AUR

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

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

b. Clone grpcurl's git locally

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

c. Go to ~/grpcurl folder and install it

$ cd ~/grpcurl $ makepkg -si

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

ID: 1349831
Name: grpcurl
PackageBaseID: 151513
PackageBase: grpcurl
Version: 1.8.9-1
Description: Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
URL: https://github.com/fullstorydev/grpcurl
NumVotes: 3
Popularity: 0.000806
OutOfDate:
Maintainer: codyps
Submitter: codyps
FirstSubmitted: 1586889621
LastModified: 1699463365
URLPath: /cgit/aur.git/snapshot/grpcurl.tar.gz