pico8 on AUR (Arch User Repository)

Last updated: September 16,2024

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

$ yay -S pico8

* (Optional) Uninstall pico8 on Arch using YAY

$ yay -Rns pico8

2. Manually Install "pico8" via AUR

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

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

b. Clone pico8's git locally

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

c. Go to ~/pico8 folder and install it

$ cd ~/pico8 $ makepkg -si

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

ID: 1114089
Name: pico8
PackageBaseID: 184135
PackageBase: pico8
Version: 0.2.4c-5
Description: A fantasy console for making, sharing and playing tiny games and other computer programs.
URL: https://www.lexaloffle.com/pico-8.php
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jmcb
FirstSubmitted: 1658239570
LastModified: 1658239570
URLPath: /cgit/aur.git/snapshot/pico8.tar.gz