probe-rs on AUR (Arch User Repository)
Last updated: November 13,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
Copied
b. Install probe-rs on Arch using YAY
$
yay -S
probe-rs
Copied
* (Optional) Uninstall probe-rs on Arch using YAY
$
yay -Rns
probe-rs
Copied
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
Copied
b. Clone probe-rs's git locally
$
git clone https://aur.archlinux.org/probe-rs.git
~/probe-rs
Copied
c. Go to ~/probe-rs folder and install it
$
cd
~/probe-rs
Copied
$
makepkg -si
Copied
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
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