probe-rs on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S probe-rs

* (Optional) Uninstall probe-rs on Arch using YAY

$ yay -Rns probe-rs

2. Manually Install "probe-rs" via AUR

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

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

b. Clone probe-rs's git locally

$ git clone https://aur.archlinux.org/probe-rs.git ~/probe-rs

c. Go to ~/probe-rs folder and install it

$ cd ~/probe-rs $ makepkg -si

3. Information about the probe-rs package on Arch User Repository (AUR)

ID: 1427895
Name: probe-rs
PackageBaseID: 198168
PackageBase: probe-rs
Version: 0.23.0-1
Description: A collection of on chip debugging tools to communicate with microchips.
URL: https://github.com/probe-rs/probe-rs
NumVotes: 2
Popularity: 0.221203
OutOfDate:
Maintainer: msrd0
Submitter: msrd0
FirstSubmitted: 1696518137
LastModified: 1710534307
URLPath: /cgit/aur.git/snapshot/probe-rs.tar.gz