electron-builder on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S electron-builder

* (Optional) Uninstall electron-builder on Arch using YAY

$ yay -Rns electron-builder

2. Manually Install "electron-builder" via AUR

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

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

b. Clone electron-builder's git locally

$ git clone https://aur.archlinux.org/electron-builder.git ~/electron-builder

c. Go to ~/electron-builder folder and install it

$ cd ~/electron-builder $ makepkg -si

3. Information about the electron-builder package on Arch User Repository (AUR)

ID: 1184267
Name: electron-builder
PackageBaseID: 188813
PackageBase: electron-builder
Version: 23.6.0-1
Description: A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
URL: https://www.electron.build/
NumVotes: 1
Popularity: 0.002907
OutOfDate: 1693039641
Maintainer: cygn
Submitter: cygn
FirstSubmitted: 1671290978
LastModified: 1671290978
URLPath: /cgit/aur.git/snapshot/electron-builder.tar.gz