safety on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S safety

* (Optional) Uninstall safety on Arch using YAY

$ yay -Rns safety

2. Manually Install "safety" via AUR

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

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

b. Clone safety's git locally

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

c. Go to ~/safety folder and install it

$ cd ~/safety $ makepkg -si

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

ID: 1274507
Name: safety
PackageBaseID: 124503
PackageBase: safety
Version: 2.3.5-1
Description: Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
URL: https://github.com/pyupio/safety
NumVotes: 4
Popularity: 0.004441
OutOfDate:
Maintainer: FantasqueX
Submitter: maikoool
FirstSubmitted: 1501670642
LastModified: 1686990002
URLPath: /cgit/aur.git/snapshot/safety.tar.gz