wwrap on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S wwrap

* (Optional) Uninstall wwrap on Arch using YAY

$ yay -Rns wwrap

2. Manually Install "wwrap" via AUR

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

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

b. Clone wwrap's git locally

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

c. Go to ~/wwrap folder and install it

$ cd ~/wwrap $ makepkg -si

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