brainfuck on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S brainfuck

* (Optional) Uninstall brainfuck on Arch using YAY

$ yay -Rns brainfuck

2. Manually Install "brainfuck" via AUR

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

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

b. Clone brainfuck's git locally

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

c. Go to ~/brainfuck folder and install it

$ cd ~/brainfuck $ makepkg -si

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

ID: 232782
Name: brainfuck
PackageBaseID: 100484
PackageBase: brainfuck
Version: 0.1-1
Description: A full fledged brainfuck compiler
URL: https://github.com/benjamin-james/brainfuck
NumVotes: 13
Popularity: 0.024601
OutOfDate:
Maintainer: benjamin-james
Submitter: benjamin-james
FirstSubmitted: 1442896090
LastModified: 1442897254
URLPath: /cgit/aur.git/snapshot/brainfuck.tar.gz