esp-idf on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S esp-idf

* (Optional) Uninstall esp-idf on Arch using YAY

$ yay -Rns esp-idf

2. Manually Install "esp-idf" via AUR

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

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

b. Clone esp-idf's git locally

$ git clone https://aur.archlinux.org/esp-idf.git ~/esp-idf

c. Go to ~/esp-idf folder and install it

$ cd ~/esp-idf $ makepkg -si

3. Information about the esp-idf package on Arch User Repository (AUR)

ID: 1421932
Name: esp-idf
PackageBaseID: 131295
PackageBase: esp-idf
Version: 5.2.1-1
Description: Espressif IoT Development Framework. Official development framework for ESP32.
URL: https://github.com/espressif/esp-idf
NumVotes: 22
Popularity: 0.779699
OutOfDate:
Maintainer: alex.henrie
Submitter: GPereira
FirstSubmitted: 1522622687
LastModified: 1709743879
URLPath: /cgit/aur.git/snapshot/esp-idf.tar.gz