dmenu2 on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S dmenu2

* (Optional) Uninstall dmenu2 on Arch using YAY

$ yay -Rns dmenu2

2. Manually Install "dmenu2" via AUR

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

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

b. Clone dmenu2's git locally

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

c. Go to ~/dmenu2 folder and install it

$ cd ~/dmenu2 $ makepkg -si

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

ID: 912740
Name: dmenu2
PackageBaseID: 97378
PackageBase: dmenu2
Version: 0.2.1-1
Description: Fork of dmenu with many useful patches applied and additional options like screen select, dim or opacity change
URL: https://github.com/spcmd/dmenu2
NumVotes: 72
Popularity: 0
OutOfDate:
Maintainer: ryshglene
Submitter: SibrenVasse
FirstSubmitted: 1439380731
LastModified: 1622093128
URLPath: /cgit/aur.git/snapshot/dmenu2.tar.gz