cartridges on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S cartridges

* (Optional) Uninstall cartridges on Arch using YAY

$ yay -Rns cartridges

2. Manually Install "cartridges" via AUR

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

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

b. Clone cartridges's git locally

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

c. Go to ~/cartridges folder and install it

$ cd ~/cartridges $ makepkg -si

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

ID: 1378049
Name: cartridges
PackageBaseID: 190204
PackageBase: cartridges
Version: 2.7.2-1
Description: A GTK4 + Libadwaita game launcher
URL: https://github.com/kra-mo/cartridges
NumVotes: 3
Popularity: 0.034797
OutOfDate: 1708179838
Maintainer: FabioLolix
Submitter: igor-dyatlov
FirstSubmitted: 1675705634
LastModified: 1704027926
URLPath: /cgit/aur.git/snapshot/cartridges.tar.gz

5. The same packages on other Linux Distributions