foundry on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S foundry

* (Optional) Uninstall foundry on Arch using YAY

$ yay -Rns foundry

2. Manually Install "foundry" via AUR

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

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

b. Clone foundry's git locally

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

c. Go to ~/foundry folder and install it

$ cd ~/foundry $ makepkg -si

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

ID: 1286355
Name: foundry
PackageBaseID: 195540
PackageBase: foundry
Version: v1.0.0-1
Description: A blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
URL: https://getfoundry.sh
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: onbjerg
Submitter: onbjerg
FirstSubmitted: 1689010430
LastModified: 1689010430
URLPath: /cgit/aur.git/snapshot/foundry.tar.gz