xargo on AUR (Arch User Repository)

Last updated: January 11,2025

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

$ yay -S xargo

* (Optional) Uninstall xargo on Arch using YAY

$ yay -Rns xargo

2. Manually Install "xargo" via AUR

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

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

b. Clone xargo's git locally

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

c. Go to ~/xargo folder and install it

$ cd ~/xargo $ makepkg -si

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

ID: 1252539
Name: xargo
PackageBaseID: 116299
PackageBase: xargo
Version: 0.3.26-2
Description: Effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
URL: https://github.com/japaric/xargo
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: Sanpi
Submitter: Sanpi
FirstSubmitted: 1476813750
LastModified: 1683197579
URLPath: /cgit/aur.git/snapshot/xargo.tar.gz