bs on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S bs

* (Optional) Uninstall bs on Arch using YAY

$ yay -Rns bs

2. Manually Install "bs" via AUR

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

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

b. Clone bs's git locally

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

c. Go to ~/bs folder and install it

$ cd ~/bs $ makepkg -si

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

ID: 627592
Name: bs
PackageBaseID: 49008
PackageBase: bs
Version: 2.11-2
Description: The classic game of Battleships against the computer. Ncurses.
URL: https://www.catb.org/~esr/bs/
NumVotes: 12
Popularity: 0
OutOfDate:
Maintainer: annguyenfoss
Submitter: ilpianista
FirstSubmitted: 1305313318
LastModified: 1562569263
URLPath: /cgit/aur.git/snapshot/bs.tar.gz

5. The same packages on other Linux Distributions