truffle on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S truffle

* (Optional) Uninstall truffle on Arch using YAY

$ yay -Rns truffle

2. Manually Install "truffle" via AUR

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

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

b. Clone truffle's git locally

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

c. Go to ~/truffle folder and install it

$ cd ~/truffle $ makepkg -si

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

ID: 1328457
Name: truffle
PackageBaseID: 109827
PackageBase: truffle
Version: 5.11.5-1
Description: Development framework for Ethereum smart contracts
URL: https://github.com/trufflesuite/truffle
NumVotes: 7
Popularity: 0
OutOfDate:
Maintainer: quest
Submitter: trekdev
FirstSubmitted: 1460032708
LastModified: 1696377326
URLPath: /cgit/aur.git/snapshot/truffle.tar.gz