cloud-sql-proxy on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cloud-sql-proxy

* (Optional) Uninstall cloud-sql-proxy on Arch using YAY

$ yay -Rns cloud-sql-proxy

2. Manually Install "cloud-sql-proxy" via AUR

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

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

b. Clone cloud-sql-proxy's git locally

$ git clone https://aur.archlinux.org/cloud-sql-proxy.git ~/cloud-sql-proxy

c. Go to ~/cloud-sql-proxy folder and install it

$ cd ~/cloud-sql-proxy $ makepkg -si

3. Information about the cloud-sql-proxy package on Arch User Repository (AUR)

ID: 1414207
Name: cloud-sql-proxy
PackageBaseID: 192821
PackageBase: cloud-sql-proxy
Version: 2.9.0-1
Description: Cloud SQL Auth Proxy
URL: https://github.com/GoogleCloudPlatform/cloudsql-proxy
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: brody
Submitter: brody
FirstSubmitted: 1681898083
LastModified: 1708686259
URLPath: /cgit/aur.git/snapshot/cloud-sql-proxy.tar.gz