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