python-gol on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S python-gol

* (Optional) Uninstall python-gol on Arch using YAY

$ yay -Rns python-gol

2. Manually Install "python-gol" via AUR

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

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

b. Clone python-gol's git locally

$ git clone https://aur.archlinux.org/python-gol.git ~/python-gol

c. Go to ~/python-gol folder and install it

$ cd ~/python-gol $ makepkg -si

3. Information about the python-gol package on Arch User Repository (AUR)

ID: 410605
Name: python-gol
PackageBaseID: 85239
PackageBase: python-gol
Version: 1.0.2.r3.g288bc87-1
Description: A python implementation of Conway's Game of Life using the curses module with a small evolutionary twist.
URL: https://github.com/iiSeymour/game-of-life
NumVotes: 0
Popularity: 0
OutOfDate: 1709214590
Maintainer: Reihar
Submitter: Reihar
FirstSubmitted: 1409552359
LastModified: 1494688558
URLPath: /cgit/aur.git/snapshot/python-gol.tar.gz