lua-inspect on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S lua-inspect

* (Optional) Uninstall lua-inspect on Arch using YAY

$ yay -Rns lua-inspect

2. Manually Install "lua-inspect" via AUR

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

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

b. Clone lua-inspect's git locally

$ git clone https://aur.archlinux.org/lua-inspect.git ~/lua-inspect

c. Go to ~/lua-inspect folder and install it

$ cd ~/lua-inspect $ makepkg -si

3. Information about the lua-inspect package on Arch User Repository (AUR)

ID: 1053890
Name: lua-inspect
PackageBaseID: 161392
PackageBase: lua-inspect
Version: 3.1.3-1
Description: Human-readable representation of Lua tables
URL: https://github.com/kikito/inspect.lua
NumVotes: 2
Popularity: 0.208582
OutOfDate:
Maintainer: jprjr
Submitter: jprjr
FirstSubmitted: 1609251626
LastModified: 1647729531
URLPath: /cgit/aur.git/snapshot/lua-inspect.tar.gz