cargo-dfu on AUR (Arch User Repository)

Last updated: April 29,2024

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

$ yay -S cargo-dfu

* (Optional) Uninstall cargo-dfu on Arch using YAY

$ yay -Rns cargo-dfu

2. Manually Install "cargo-dfu" via AUR

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

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

b. Clone cargo-dfu's git locally

$ git clone https://aur.archlinux.org/cargo-dfu.git ~/cargo-dfu

c. Go to ~/cargo-dfu folder and install it

$ cd ~/cargo-dfu $ makepkg -si

3. Information about the cargo-dfu package on Arch User Repository (AUR)

ID: 1390988
Name: cargo-dfu
PackageBaseID: 176692
PackageBase: cargo-dfu
Version: 0.1.0-12
Description: cargo extension for flashing embedded rust programs via dfu based on jacobrosenthals cargo-hf2
URL: https://github.com/dfu-rs/cargo-dfu
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: taotieren
Submitter: taotieren
FirstSubmitted: 1646662820
LastModified: 1706011325
URLPath: /cgit/aur.git/snapshot/cargo-dfu.tar.gz