gosec on AUR (Arch User Repository)
Last updated: November 25,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
Copied
b. Install gosec on Arch using YAY
$
yay -S
gosec
Copied
* (Optional) Uninstall gosec on Arch using YAY
$
yay -Rns
gosec
Copied
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
Copied
b. Clone gosec's git locally
$
git clone https://aur.archlinux.org/gosec.git
~/gosec
Copied
c. Go to ~/gosec folder and install it
$
cd
~/gosec
Copied
$
makepkg -si
Copied
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
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