Unable to install SonarQube Developer edition on Ubuntu machine

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • how is SonarQube deployed: zip, Docker, Helm
  • what are you trying to achieve
  • what have you tried so far to achieve this

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

sudo wget https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.0.0.68432.zip

We have used above link to install sonarqube developer edition from SonarSource Downloads-CDN

We encountered the below error, Kindly check if any other configuration required for developer edition, Because the same configuration was working fine for community edition.

What do the logs say?

Can you please provide the zip link for installing sonarqube developer edition

I’ve installed it from https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.0.0.68432.zip but still it is showing Community edition at the bottom.

You can always download SonarQube from here: Download Previous SonarQube Versions

You should know that v10.0 is an EOL version of SonarQube. If you’re installing a new instance, it should be v10.6.

can you please share wget command just like i have shared above.
because I’m using Ubuntu and unable to find the exact zip link.

https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.6.0.92116.zip

Thank you Colin.