linenoise on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S linenoise

* (Optional) Uninstall linenoise on Arch using YAY

$ yay -Rns linenoise

2. Manually Install "linenoise" via AUR

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

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

b. Clone linenoise's git locally

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

c. Go to ~/linenoise folder and install it

$ cd ~/linenoise $ makepkg -si

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

ID: 363424
Name: linenoise
PackageBaseID: 111650
PackageBase: linenoise
Version: 1.0-2
Description: A small self-contained alternative to readline and libedit
URL: https://github.com/antirez/linenoise
NumVotes: 3
Popularity: 0
OutOfDate: 1557768621
Maintainer: zfo
Submitter: zfo
FirstSubmitted: 1464121984
LastModified: 1481206051
URLPath: /cgit/aur.git/snapshot/linenoise.tar.gz