eww on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S eww

* (Optional) Uninstall eww on Arch using YAY

$ yay -Rns eww

2. Manually Install "eww" via AUR

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

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

b. Clone eww's git locally

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

c. Go to ~/eww folder and install it

$ cd ~/eww $ makepkg -si

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

ID: 1414940
Name: eww
PackageBaseID: 185271
PackageBase: eww
Version: 0.5.0-2
Description: Standalone widget system made in Rust
URL: https://github.com/elkowar/eww
NumVotes: 24
Popularity: 3.232024
OutOfDate:
Maintainer: eclairevoyant
Submitter: cog
FirstSubmitted: 1661675400
LastModified: 1708815785
URLPath: /cgit/aur.git/snapshot/eww.tar.gz

5. The same packages on other Linux Distributions