scala on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S scala

* (Optional) Uninstall scala on Arch using YAY

$ yay -Rns scala

2. Manually Install "scala" via AUR

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

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

b. Clone scala's git locally

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

c. Go to ~/scala folder and install it

$ cd ~/scala $ makepkg -si

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

ID: 1428687
Name: scala
PackageBaseID: 192216
PackageBase: scala
Version: 2.13.13-1
Description: A Java-interoperable language with object-oriented and functional features
URL: https://www.scala-lang.org
NumVotes: 7
Popularity: 1.379301
OutOfDate:
Maintainer: isomarcte
Submitter: arojas
FirstSubmitted: 1680370180
LastModified: 1710619009
URLPath: /cgit/aur.git/snapshot/scala.tar.gz