selene on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S selene

* (Optional) Uninstall selene on Arch using YAY

$ yay -Rns selene

2. Manually Install "selene" via AUR

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

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

b. Clone selene's git locally

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

c. Go to ~/selene folder and install it

$ cd ~/selene $ makepkg -si

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

ID: 355625
Name: selene
PackageBaseID: 80168
PackageBase: selene
Version: 0.4-2
Description: Simple C++11 friendly header-only bindings to Lua
URL: https://github.com/jeremyong/Selene
NumVotes: 4
Popularity: 5.0E-5
OutOfDate:
Maintainer: anthraxx
FirstSubmitted: 1395363873
LastModified: 1478978863
URLPath: /cgit/aur.git/snapshot/selene.tar.gz

5. The same packages on other Linux Distributions