lush on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S lush

* (Optional) Uninstall lush on Arch using YAY

$ yay -Rns lush

2. Manually Install "lush" via AUR

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

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

b. Clone lush's git locally

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

c. Go to ~/lush folder and install it

$ cd ~/lush $ makepkg -si

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

ID: 208409
Name: lush
PackageBaseID: 14951
PackageBase: lush
Version: 1.2.1-2
Description: An object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications.
URL: http://lush.sourceforge.net
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer:
Submitter:
FirstSubmitted: 1201549119
LastModified: 1436301375
URLPath: /cgit/aur.git/snapshot/lush.tar.gz

5. The same packages on other Linux Distributions