frc-toolchain on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S frc-toolchain

* (Optional) Uninstall frc-toolchain on Arch using YAY

$ yay -Rns frc-toolchain

2. Manually Install "frc-toolchain" via AUR

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

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

b. Clone frc-toolchain's git locally

$ git clone https://aur.archlinux.org/frc-toolchain.git ~/frc-toolchain

c. Go to ~/frc-toolchain folder and install it

$ cd ~/frc-toolchain $ makepkg -si

3. Information about the frc-toolchain package on Arch User Repository (AUR)

ID: 1350950
Name: frc-toolchain
PackageBaseID: 124893
PackageBase: frc-toolchain
Version: 2024.1-1
Description: The FIRST Robotics Competition C/C++ build system components
URL: https://github.com/wpilibsuite/toolchain-builder
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: calcmogul
Submitter: calcmogul
FirstSubmitted: 1503032260
LastModified: 1699637292
URLPath: /cgit/aur.git/snapshot/frc-toolchain.tar.gz