sonarqube on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S sonarqube

* (Optional) Uninstall sonarqube on Arch using YAY

$ yay -Rns sonarqube

2. Manually Install "sonarqube" via AUR

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

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

b. Clone sonarqube's git locally

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

c. Go to ~/sonarqube folder and install it

$ cd ~/sonarqube $ makepkg -si

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

ID: 1118679
Name: sonarqube
PackageBaseID: 103091
PackageBase: sonarqube
Version: 9.5.0.56709-1
Description: An open source platform for continuous inspection of code quality
URL: http://www.sonarqube.org/
NumVotes: 22
Popularity: 0.465721
OutOfDate:
Maintainer: ParaSait
FirstSubmitted: 1447004199
LastModified: 1659047617
URLPath: /cgit/aur.git/snapshot/sonarqube.tar.gz