lua-messagepack on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S lua-messagepack

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

$ yay -Rns lua-messagepack

2. Manually Install "lua-messagepack" via AUR

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

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

b. Clone lua-messagepack's git locally

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

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

$ cd ~/lua-messagepack $ makepkg -si

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

ID: 775474
Name: lua-messagepack
PackageBaseID: 128968
PackageBase: lua-messagepack
Version: 0.5.2-2
Description: Pure Lua implementation of MessagePack spec v5
URL: https://framagit.org/fperrad/lua-MessagePack
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: alerque
Submitter: Barthalion
FirstSubmitted: 1515343857
LastModified: 1596723902
URLPath: /cgit/aur.git/snapshot/lua-messagepack.tar.gz