checkstyle on AUR (Arch User Repository)
Last updated: November 22,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
Copied
b. Install checkstyle on Arch using YAY
$
yay -S
checkstyle
Copied
* (Optional) Uninstall checkstyle on Arch using YAY
$
yay -Rns
checkstyle
Copied
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
Copied
b. Clone checkstyle's git locally
$
git clone https://aur.archlinux.org/checkstyle.git
~/checkstyle
Copied
c. Go to ~/checkstyle folder and install it
$
cd
~/checkstyle
Copied
$
makepkg -si
Copied
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
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