checkstyle on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S checkstyle

* (Optional) Uninstall checkstyle on Arch using YAY

$ yay -Rns checkstyle

2. Manually Install "checkstyle" via AUR

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

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

b. Clone checkstyle's git locally

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

c. Go to ~/checkstyle folder and install it

$ cd ~/checkstyle $ makepkg -si

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

ID: 1172456
Name: checkstyle
PackageBaseID: 110804
PackageBase: checkstyle
Version: 10.4-1
Description: A tool to help programmers write Java code that adheres to a coding standard
URL: http://checkstyle.sourceforge.net
NumVotes: 7
Popularity: 0.117992
OutOfDate: 1696858975
Maintainer: MarcinWieczorek
Submitter: aspirogrammer
FirstSubmitted: 1462167739
LastModified: 1669035247
URLPath: /cgit/aur.git/snapshot/checkstyle.tar.gz