platformio on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S platformio

* (Optional) Uninstall platformio on Arch using YAY

$ yay -Rns platformio

2. Manually Install "platformio" via AUR

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

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

b. Clone platformio's git locally

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

c. Go to ~/platformio folder and install it

$ cd ~/platformio $ makepkg -si

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

ID: 1125531
Name: platformio
PackageBaseID: 107445
PackageBase: platformio
Version: 6.1.4-1
Description: A cross-platform code builder and library manager
URL: https://github.com/platformio/platformio-core/
NumVotes: 73
Popularity: 1.484321
OutOfDate:
Maintainer: zer0chain
FirstSubmitted: 1455202894
LastModified: 1660377535
URLPath: /cgit/aur.git/snapshot/platformio.tar.gz