gosec on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S gosec

* (Optional) Uninstall gosec on Arch using YAY

$ yay -Rns gosec

2. Manually Install "gosec" via AUR

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

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

b. Clone gosec's git locally

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

c. Go to ~/gosec folder and install it

$ cd ~/gosec $ makepkg -si

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

ID: 1411953
Name: gosec
PackageBaseID: 148588
PackageBase: gosec
Version: 2.19.0-1
Description: Inspects source code for security problems by scanning the Go AST
URL: https://github.com/securego/gosec
NumVotes: 3
Popularity: 0.088736
OutOfDate:
Maintainer: imlonghao
Submitter: imlonghao
FirstSubmitted: 1580288144
LastModified: 1708356255
URLPath: /cgit/aur.git/snapshot/gosec.tar.gz