bash2048 on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S bash2048

* (Optional) Uninstall bash2048 on Arch using YAY

$ yay -Rns bash2048

2. Manually Install "bash2048" via AUR

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

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

b. Clone bash2048's git locally

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

c. Go to ~/bash2048 folder and install it

$ cd ~/bash2048 $ makepkg -si

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

ID: 860541
Name: bash2048
PackageBaseID: 163072
PackageBase: bash2048
Version: 1.0-1
Description: Bash implementation of 2048 game
URL: https://github.com/mydzor/bash2048
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: zhullyb
Submitter: zhullyb
FirstSubmitted: 1612792406
LastModified: 1612792406
URLPath: /cgit/aur.git/snapshot/bash2048.tar.gz