joker on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S joker

* (Optional) Uninstall joker on Arch using YAY

$ yay -Rns joker

2. Manually Install "joker" via AUR

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

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

b. Clone joker's git locally

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

c. Go to ~/joker folder and install it

$ cd ~/joker $ makepkg -si

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

ID: 1134887
Name: joker
PackageBaseID: 166081
PackageBase: joker
Version: 1.0.1-1
Description: Small Clojure interpreter, linter, and formatter
URL: https://github.com/candid82/joker
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: lmartinez-mirror
FirstSubmitted: 1619333495
LastModified: 1662262471
URLPath: /cgit/aur.git/snapshot/joker.tar.gz

5. The same packages on other Linux Distributions