Description
SonarQube packages and plugins for RHEL/CentOS 7 & 8. Visit homepage for full instructions.
Installation Instructions
CentOS/RHEL 8:
dnf -y install dnf-plugins-core
dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/harbottle/sonarqube/repo/epel-8/harbottle-sonarqube-epel-8.repo
dnf -y install sonarqube
CentOS/RHEL 7:
yum -y install yum-utils
yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/harbottle/sonarqube/repo/epel-7/harbottle-sonarqube-epel-7.repo
yum -y install sonarqube
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (190)* | EPEL 7 (135 downloads) |
EPEL 8 | x86_64 (213)* | EPEL 8 (122 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable harbottle/sonarqube
More info about enabling Copr repositories