fleet on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S fleet

* (Optional) Uninstall fleet on Arch using YAY

$ yay -Rns fleet

2. Manually Install "fleet" via AUR

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

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

b. Clone fleet's git locally

$ git clone https://aur.archlinux.org/fleet.git ~/fleet

c. Go to ~/fleet folder and install it

$ cd ~/fleet $ makepkg -si

3. Information about the fleet package on Arch User Repository (AUR)

ID: 1072382
Name: fleet
PackageBaseID: 178347
PackageBase: fleet
Version: r95.4273ea8-1
Description: Experimental build tool for Rust
URL: https://fleet.rs
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: grawlinson
Submitter: grawlinson
FirstSubmitted: 1651048831
LastModified: 1651048831
URLPath: /cgit/aur.git/snapshot/fleet.tar.gz

5. The same packages on other Linux Distributions