connect-4 on AUR (Arch User Repository)

Last updated: November 10,2024

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

$ yay -S connect-4

* (Optional) Uninstall connect-4 on Arch using YAY

$ yay -Rns connect-4

2. Manually Install "connect-4" via AUR

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

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

b. Clone connect-4's git locally

$ git clone https://aur.archlinux.org/connect-4.git ~/connect-4

c. Go to ~/connect-4 folder and install it

$ cd ~/connect-4 $ makepkg -si

3. Information about the connect-4 package on Arch User Repository (AUR)

ID: 1109869
Name: connect-4
PackageBaseID: 178922
PackageBase: connect-4
Version: 0.1.3-1
Description: Simple four in a row game made with SDL2
URL: https://gitlab.com/ICanOnlySuffer/connect-4
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter:
FirstSubmitted: 1652770972
LastModified: 1657390426
URLPath: /cgit/aur.git/snapshot/connect-4.tar.gz