wails on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S wails

* (Optional) Uninstall wails on Arch using YAY

$ yay -Rns wails

2. Manually Install "wails" via AUR

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

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

b. Clone wails's git locally

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

c. Go to ~/wails folder and install it

$ cd ~/wails $ makepkg -si

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

ID: 1416074
Name: wails
PackageBaseID: 194017
PackageBase: wails
Version: 2.8.0-1
Description: Create desktop apps using Go and Web Technologies
URL: https://github.com/wailsapp/wails
NumVotes: 2
Popularity: 0.088547
OutOfDate:
Maintainer: w0rty
Submitter: dvzrv
FirstSubmitted: 1685091340
LastModified: 1708984661
URLPath: /cgit/aur.git/snapshot/wails.tar.gz

5. The same packages on other Linux Distributions