rust-racer on AUR (Arch User Repository)

Last updated: April 27,2024

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

$ yay -S rust-racer

* (Optional) Uninstall rust-racer on Arch using YAY

$ yay -Rns rust-racer

2. Manually Install "rust-racer" via AUR

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

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

b. Clone rust-racer's git locally

$ git clone https://aur.archlinux.org/rust-racer.git ~/rust-racer

c. Go to ~/rust-racer folder and install it

$ cd ~/rust-racer $ makepkg -si

3. Information about the rust-racer package on Arch User Repository (AUR)

ID: 1137893
Name: rust-racer
PackageBaseID: 185590
PackageBase: rust-racer
Version: 2.2.1-1
Description: Code completion for Rust
URL: https://github.com/racer-rust/racer
NumVotes: 4
Popularity: 0.091423
OutOfDate:
Maintainer: orhun
Submitter: orhun
FirstSubmitted: 1662645903
LastModified: 1662834919
URLPath: /cgit/aur.git/snapshot/rust-racer.tar.gz

5. The same packages on other Linux Distributions