nasal on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S nasal

* (Optional) Uninstall nasal on Arch using YAY

$ yay -Rns nasal

2. Manually Install "nasal" via AUR

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

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

b. Clone nasal's git locally

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

c. Go to ~/nasal folder and install it

$ cd ~/nasal $ makepkg -si

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

ID: 193922
Name: nasal
PackageBaseID: 28230
PackageBase: nasal
Version: 1.0.1-1
Description: A very small but feature rich scripting language.
URL: http://plausible.org/nasal/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: keenerd
FirstSubmitted: 1247501664
LastModified: 1434168649
URLPath: /cgit/aur.git/snapshot/nasal.tar.gz