pmenu on AUR (Arch User Repository)

Last updated: June 07,2024

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

$ yay -S pmenu

* (Optional) Uninstall pmenu on Arch using YAY

$ yay -Rns pmenu

2. Manually Install "pmenu" via AUR

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

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

b. Clone pmenu's git locally

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

c. Go to ~/pmenu folder and install it

$ cd ~/pmenu $ makepkg -si

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

ID: 375613
Name: pmenu
PackageBaseID: 99651
PackageBase: pmenu
Version: 0.3.3-1
Description: A dynamic terminal-based menu inspired by dmenu written in Python without dependencies with an optional MRU ordering which could also be used as an application launcher and CtrlP alternative.
URL: https://github.com/sgtpep/pmenu
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: sgtpep
Submitter: sgtpep
FirstSubmitted: 1441790807
LastModified: 1484772955
URLPath: /cgit/aur.git/snapshot/pmenu.tar.gz