game-of-life on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S game-of-life

* (Optional) Uninstall game-of-life on Arch using YAY

$ yay -Rns game-of-life

2. Manually Install "game-of-life" via AUR

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

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

b. Clone game-of-life's git locally

$ git clone https://aur.archlinux.org/game-of-life.git ~/game-of-life

c. Go to ~/game-of-life folder and install it

$ cd ~/game-of-life $ makepkg -si

3. Information about the game-of-life package on Arch User Repository (AUR)

ID: 1197495
Name: game-of-life
PackageBaseID: 186583
PackageBase: game-of-life
Version: 0.3.2-1
Description: A simulator of Conway's game of life
URL: https://github.com/sixpounder/game-of-life
NumVotes: 0
Popularity: 0
OutOfDate: 1703603925
Maintainer: igor-dyatlov
Submitter: igor-dyatlov
FirstSubmitted: 1665745201
LastModified: 1673811281
URLPath: /cgit/aur.git/snapshot/game-of-life.tar.gz