ldproxy on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S ldproxy

* (Optional) Uninstall ldproxy on Arch using YAY

$ yay -Rns ldproxy

2. Manually Install "ldproxy" via AUR

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

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

b. Clone ldproxy's git locally

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

c. Go to ~/ldproxy folder and install it

$ cd ~/ldproxy $ makepkg -si

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

ID: 1127114
Name: ldproxy
PackageBaseID: 178098
PackageBase: ldproxy
Version: 0.3.2-1
Description: A linker proxy tool
URL: https://crates.io/crates/ldproxy
NumVotes: 1
Popularity: 0.065625
OutOfDate:
Maintainer: msrd0
FirstSubmitted: 1650378788
LastModified: 1660750260
URLPath: /cgit/aur.git/snapshot/ldproxy.tar.gz

5. The same packages on other Linux Distributions