slither on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S slither

* (Optional) Uninstall slither on Arch using YAY

$ yay -Rns slither

2. Manually Install "slither" via AUR

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

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

b. Clone slither's git locally

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

c. Go to ~/slither folder and install it

$ cd ~/slither $ makepkg -si

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

ID: 1302344
Name: slither
PackageBaseID: 196601
PackageBase: slither
Version: 0.9.6-1
Description: A static analysis framework for Solidity
URL: https://github.com/crytic/slither
NumVotes: 0
Popularity: 0
OutOfDate: 1706288295
Maintainer: jkcdarunday
Submitter: jkcdarunday
FirstSubmitted: 1691754830
LastModified: 1691754830
URLPath: /cgit/aur.git/snapshot/slither.tar.gz