dwm on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S dwm

* (Optional) Uninstall dwm on Arch using YAY

$ yay -Rns dwm

2. Manually Install "dwm" via AUR

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

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

b. Clone dwm's git locally

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

c. Go to ~/dwm folder and install it

$ cd ~/dwm $ makepkg -si

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

ID: 1299493
Name: dwm
PackageBaseID: 127381
PackageBase: dwm
Version: 6.4-2
Description: A dynamic window manager for X
URL: https://dwm.suckless.org
NumVotes: 38
Popularity: 0.459527
OutOfDate:
Maintainer: Neptune650
Submitter: Foxboron
FirstSubmitted: 1511192220
LastModified: 1691276218
URLPath: /cgit/aur.git/snapshot/dwm.tar.gz