sonarqube linux installation

C++
sudo apt-get update
sudo apt-get install unzip software-properties-common wget default-jdk
// you will need to install PostGreSQL DB
sudo apt-get install postgresql postgresql-contrib
Source

Also in C++: