flycheck on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S flycheck

* (Optional) Uninstall flycheck on Arch using YAY

$ yay -Rns flycheck

2. Manually Install "flycheck" via AUR

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

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

b. Clone flycheck's git locally

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

c. Go to ~/flycheck folder and install it

$ cd ~/flycheck $ makepkg -si

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

ID: 453333
Name: flycheck
PackageBaseID: 84666
PackageBase: flycheck
Version: 31-1
Description: Modern on-the-fly syntax checking extension for GNU Emacs
URL: http://www.flycheck.org/
NumVotes: 6
Popularity: 9.0E-6
OutOfDate: 1655771389
Maintainer: Geballin
Submitter: holos
FirstSubmitted: 1408254457
LastModified: 1508458575
URLPath: /cgit/aur.git/snapshot/flycheck.tar.gz