cargo-pgo on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S cargo-pgo

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

$ yay -Rns cargo-pgo

2. Manually Install "cargo-pgo" via AUR

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

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

b. Clone cargo-pgo's git locally

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

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

$ cd ~/cargo-pgo $ makepkg -si

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

ID: 1296175
Name: cargo-pgo
PackageBaseID: 196244
PackageBase: cargo-pgo
Version: 0.2.4-1
Description: Cargo subcommand for optimizing Rust binaries with PGO and BOLT.
URL: https://github.com/kobzol/cargo-pgo
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: CosmicHorror
Submitter: CosmicHorror
FirstSubmitted: 1690663266
LastModified: 1690663266
URLPath: /cgit/aur.git/snapshot/cargo-pgo.tar.gz