scanrepo on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S scanrepo

* (Optional) Uninstall scanrepo on Arch using YAY

$ yay -Rns scanrepo

2. Manually Install "scanrepo" via AUR

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

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

b. Clone scanrepo's git locally

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

c. Go to ~/scanrepo folder and install it

$ cd ~/scanrepo $ makepkg -si

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

ID: 754908
Name: scanrepo
PackageBaseID: 154690
PackageBase: scanrepo
Version: 0.4.0-1
Description: CLI tool that finds secrets accidentally committed to a git repo, eg passwords, private keys
URL: https://github.com/UKHomeOffice/repo-security-scanner
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: ragouel
FirstSubmitted: 1592754007
LastModified: 1592754007
URLPath: /cgit/aur.git/snapshot/scanrepo.tar.gz