pico-8 on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S pico-8

* (Optional) Uninstall pico-8 on Arch using YAY

$ yay -Rns pico-8

2. Manually Install "pico-8" via AUR

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

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

b. Clone pico-8's git locally

$ git clone https://aur.archlinux.org/pico-8.git ~/pico-8

c. Go to ~/pico-8 folder and install it

$ cd ~/pico-8 $ makepkg -si

3. Information about the pico-8 package on Arch User Repository (AUR)

ID: 1417378
Name: pico-8
PackageBaseID: 115701
PackageBase: pico-8
Version: 0.2.6b-1
Description: A fantasy console for making, sharing and playing tiny games and other computer programs.
URL: http://www.lexaloffle.com/pico-8.php
NumVotes: 13
Popularity: 1.001355
OutOfDate:
Maintainer: jmcb
Submitter: scottmada
FirstSubmitted: 1474580545
LastModified: 1709135907
URLPath: /cgit/aur.git/snapshot/pico-8.tar.gz