ruff on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S ruff

* (Optional) Uninstall ruff on Arch using YAY

$ yay -Rns ruff

2. Manually Install "ruff" via AUR

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

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

b. Clone ruff's git locally

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

c. Go to ~/ruff folder and install it

$ cd ~/ruff $ makepkg -si

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

ID: 1134369
Name: ruff
PackageBaseID: 185383
PackageBase: ruff
Version: 0.0.24-1
Description: Experimental Python linter written in Rust
URL: https://github.com/charliemarsh/ruff
NumVotes: 0
Popularity: 0
OutOfDate: 1662303976
Maintainer: lmartinez-mirror
FirstSubmitted: 1662045694
LastModified: 1662152339
URLPath: /cgit/aur.git/snapshot/ruff.tar.gz

5. The same packages on other Linux Distributions