enquirer on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S enquirer

* (Optional) Uninstall enquirer on Arch using YAY

$ yay -Rns enquirer

2. Manually Install "enquirer" via AUR

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

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

b. Clone enquirer's git locally

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

c. Go to ~/enquirer folder and install it

$ cd ~/enquirer $ makepkg -si

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

ID: 1048681
Name: enquirer
PackageBaseID: 176746
PackageBase: enquirer
Version: 0.6.1-1
Description: Command line utility for stylish interactive prompts
URL: https://github.com/termapps/enquirer
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: KokaKiwi
Submitter: KokaKiwi
FirstSubmitted: 1646824305
LastModified: 1646824305
URLPath: /cgit/aur.git/snapshot/enquirer.tar.gz