linenoise on AUR (Arch User Repository)
Last updated: November 22,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
Copied
b. Install linenoise on Arch using YAY
$
yay -S
linenoise
Copied
* (Optional) Uninstall linenoise on Arch using YAY
$
yay -Rns
linenoise
Copied
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
Copied
b. Clone linenoise's git locally
$
git clone https://aur.archlinux.org/linenoise.git
~/linenoise
Copied
c. Go to ~/linenoise folder and install it
$
cd
~/linenoise
Copied
$
makepkg -si
Copied
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
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