cargo-chef on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S cargo-chef

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

$ yay -Rns cargo-chef

2. Manually Install "cargo-chef" via AUR

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

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

b. Clone cargo-chef's git locally

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

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

$ cd ~/cargo-chef $ makepkg -si

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

ID: 1425483
Name: cargo-chef
PackageBaseID: 176651
PackageBase: cargo-chef
Version: 0.1.66-1
Description: A cargo-subcommand to speed up Rust Docker builds using Docker layer caching
URL: https://github.com/LukeMathWalker/cargo-chef
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: CosmicHorror
Submitter: CosmicHorror
FirstSubmitted: 1646552086
LastModified: 1710199522
URLPath: /cgit/aur.git/snapshot/cargo-chef.tar.gz