cells on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cells

* (Optional) Uninstall cells on Arch using YAY

$ yay -Rns cells

2. Manually Install "cells" via AUR

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

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

b. Clone cells's git locally

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

c. Go to ~/cells folder and install it

$ cd ~/cells $ makepkg -si

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

ID: 534482
Name: cells
PackageBaseID: 135028
PackageBase: cells
Version: 1.0.0-1
Description: A Conway's Game of Life implementation.
URL: https://github.com/FlorianFe/Cells
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: liberodark
Submitter: liberodark
FirstSubmitted: 1534146472
LastModified: 1534146472
URLPath: /cgit/aur.git/snapshot/cells.tar.gz