chisel on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S chisel

* (Optional) Uninstall chisel on Arch using YAY

$ yay -Rns chisel

2. Manually Install "chisel" via AUR

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

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

b. Clone chisel's git locally

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

c. Go to ~/chisel folder and install it

$ cd ~/chisel $ makepkg -si

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

ID: 1405367
Name: chisel
PackageBaseID: 95726
PackageBase: chisel
Version: 6.0.0-2
Description: Constructing Hardware in a Scala Embedded Language
URL: https://www.chisel-lang.org/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: Forty-Bot
Submitter: sebo
FirstSubmitted: 1436382674
LastModified: 1707284038
URLPath: /cgit/aur.git/snapshot/chisel.tar.gz

5. The same packages on other Linux Distributions