closure-compiler on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S closure-compiler

* (Optional) Uninstall closure-compiler on Arch using YAY

$ yay -Rns closure-compiler

2. Manually Install "closure-compiler" via AUR

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

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

b. Clone closure-compiler's git locally

$ git clone https://aur.archlinux.org/closure-compiler.git ~/closure-compiler

c. Go to ~/closure-compiler folder and install it

$ cd ~/closure-compiler $ makepkg -si

3. Information about the closure-compiler package on Arch User Repository (AUR)

ID: 1220161
Name: closure-compiler
PackageBaseID: 128798
PackageBase: closure-compiler
Version: v20230228-1
Description: A JavaScript checker and optimizer
URL: https://github.com/google/closure-compiler
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: system
Submitter: Barthalion
FirstSubmitted: 1515266076
LastModified: 1677768152
URLPath: /cgit/aur.git/snapshot/closure-compiler.tar.gz