lit on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S lit

* (Optional) Uninstall lit on Arch using YAY

$ yay -Rns lit

2. Manually Install "lit" via AUR

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

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

b. Clone lit's git locally

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

c. Go to ~/lit folder and install it

$ cd ~/lit $ makepkg -si

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

ID: 1121341
Name: lit
PackageBaseID: 113501
PackageBase: lit
Version: 3.8.5-1
Description: Toolkit for developing, sharing, and running luvit/lua programs and libraries.
URL: https://github.com/luvit/lit
NumVotes: 1
Popularity: 7.0E-6
OutOfDate:
Maintainer: truemedian
Submitter: SoniEx2
FirstSubmitted: 1468342610
LastModified: 1659538610
URLPath: /cgit/aur.git/snapshot/lit.tar.gz

5. The same packages on other Linux Distributions