cargo-geiger on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S cargo-geiger

* (Optional) Uninstall cargo-geiger on Arch using YAY

$ yay -Rns cargo-geiger

2. Manually Install "cargo-geiger" via AUR

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

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

b. Clone cargo-geiger's git locally

$ git clone https://aur.archlinux.org/cargo-geiger.git ~/cargo-geiger

c. Go to ~/cargo-geiger folder and install it

$ cd ~/cargo-geiger $ makepkg -si

3. Information about the cargo-geiger package on Arch User Repository (AUR)

ID: 1123167
Name: cargo-geiger
PackageBaseID: 153916
PackageBase: cargo-geiger
Version: 0.11.4-2
Description: Detects usage of unsafe Rust in a Rust crate and its dependencies
URL: https://crates.io/crates/cargo-geiger
NumVotes: 3
Popularity: 0.889327
OutOfDate:
Maintainer: bertptrs
FirstSubmitted: 1591218553
LastModified: 1659881604
URLPath: /cgit/aur.git/snapshot/cargo-geiger.tar.gz

5. The same packages on other Linux Distributions