quickjs on AUR (Arch User Repository)

Last updated: June 14,2024

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

$ yay -S quickjs

* (Optional) Uninstall quickjs on Arch using YAY

$ yay -Rns quickjs

2. Manually Install "quickjs" via AUR

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

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

b. Clone quickjs's git locally

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

c. Go to ~/quickjs folder and install it

$ cd ~/quickjs $ makepkg -si

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

ID: 1389222
Name: quickjs
PackageBaseID: 143417
PackageBase: quickjs
Version: 2024.01.13-1
Description: Small and embeddable JavaScript engine
URL: https://bellard.org/quickjs
NumVotes: 14
Popularity: 0.180059
OutOfDate:
Maintainer: aperez
Submitter: aperez
FirstSubmitted: 1562884150
LastModified: 1705759827
URLPath: /cgit/aur.git/snapshot/quickjs.tar.gz