lcurses on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S lcurses

* (Optional) Uninstall lcurses on Arch using YAY

$ yay -Rns lcurses

2. Manually Install "lcurses" via AUR

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

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

b. Clone lcurses's git locally

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

c. Go to ~/lcurses folder and install it

$ cd ~/lcurses $ makepkg -si

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

ID: 356645
Name: lcurses
PackageBaseID: 117089
PackageBase: lcurses
Version: 9.0.0-1
Description: Lua bindings for curses
URL: https://luaposix.github.io/luaposix
NumVotes: 2
Popularity: 0
OutOfDate: 1706212610
Maintainer:
Submitter: felix.s
FirstSubmitted: 1479248794
LastModified: 1479248794
URLPath: /cgit/aur.git/snapshot/lcurses.tar.gz