cheatsheet on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S cheatsheet

* (Optional) Uninstall cheatsheet on Arch using YAY

$ yay -Rns cheatsheet

2. Manually Install "cheatsheet" via AUR

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

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

b. Clone cheatsheet's git locally

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

c. Go to ~/cheatsheet folder and install it

$ cd ~/cheatsheet $ makepkg -si

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

ID: 1153714
Name: cheatsheet
PackageBaseID: 186662
PackageBase: cheatsheet
Version: 0.1.0-1
Description: A command-line cheatsheet for the command-line
URL: https://github.com/atlasamerican/cheatsheet
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jcrd
Submitter: jcrd
FirstSubmitted: 1666021294
LastModified: 1666021294
URLPath: /cgit/aur.git/snapshot/cheatsheet.tar.gz