solidity on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S solidity

* (Optional) Uninstall solidity on Arch using YAY

$ yay -Rns solidity

2. Manually Install "solidity" via AUR

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

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

b. Clone solidity's git locally

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

c. Go to ~/solidity folder and install it

$ cd ~/solidity $ makepkg -si

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

ID: 1427146
Name: solidity
PackageBaseID: 192221
PackageBase: solidity
Version: 0.8.25-1
Description: Contract-Oriented Programming Language
URL: https://github.com/ethereum/solidity
NumVotes: 4
Popularity: 0.376881
OutOfDate:
Maintainer: phnx47
Submitter: arojas
FirstSubmitted: 1680370549
LastModified: 1710432521
URLPath: /cgit/aur.git/snapshot/solidity.tar.gz

5. The same packages on other Linux Distributions