scalastyle on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S scalastyle

* (Optional) Uninstall scalastyle on Arch using YAY

$ yay -Rns scalastyle

2. Manually Install "scalastyle" via AUR

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

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

b. Clone scalastyle's git locally

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

c. Go to ~/scalastyle folder and install it

$ cd ~/scalastyle $ makepkg -si

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

ID: 438518
Name: scalastyle
PackageBaseID: 64403
PackageBase: scalastyle
Version: 1.0.0-1
Description: Examines your Scala code and indicates potential problems with it.
URL: http://www.scalastyle.org/
NumVotes: 8
Popularity: 0
OutOfDate:
Maintainer: nihilistzsche
Submitter: aelesbao
FirstSubmitted: 1352329015
LastModified: 1503689183
URLPath: /cgit/aur.git/snapshot/scalastyle.tar.gz