bash-snippets on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S bash-snippets

* (Optional) Uninstall bash-snippets on Arch using YAY

$ yay -Rns bash-snippets

2. Manually Install "bash-snippets" via AUR

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

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

b. Clone bash-snippets's git locally

$ git clone https://aur.archlinux.org/bash-snippets.git ~/bash-snippets

c. Go to ~/bash-snippets folder and install it

$ cd ~/bash-snippets $ makepkg -si

3. Information about the bash-snippets package on Arch User Repository (AUR)

ID: 807320
Name: bash-snippets
PackageBaseID: 124386
PackageBase: bash-snippets
Version: 1.23.0-1
Description: A collection of small bash scripts for heavy terminal users
URL: https://github.com/alexanderepstein/Bash-Snippets
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: miller.jona
Submitter: alexanderepstein
FirstSubmitted: 1501320944
LastModified: 1603236822
URLPath: /cgit/aur.git/snapshot/bash-snippets.tar.gz