pico-sdk on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S pico-sdk

* (Optional) Uninstall pico-sdk on Arch using YAY

$ yay -Rns pico-sdk

2. Manually Install "pico-sdk" via AUR

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

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

b. Clone pico-sdk's git locally

$ git clone https://aur.archlinux.org/pico-sdk.git ~/pico-sdk

c. Go to ~/pico-sdk folder and install it

$ cd ~/pico-sdk $ makepkg -si

3. Information about the pico-sdk package on Arch User Repository (AUR)

ID: 1273031
Name: pico-sdk
PackageBaseID: 169069
PackageBase: pico-sdk
Version: 1.5.1-1
Description: Libraries and tools for C/C++ development on RP2040 microcontrollers.
URL: https://github.com/raspberrypi/pico-sdk
NumVotes: 14
Popularity: 0.877676
OutOfDate:
Maintainer: Sematre
Submitter: Sematre
FirstSubmitted: 1626799968
LastModified: 1686737511
URLPath: /cgit/aur.git/snapshot/pico-sdk.tar.gz