Installing SonarQube on Ubuntu 22.04
First, install some packages that will be needed for SonarQube.
sudo apt install curl gnupg software-properties-common apt-transport-https lsb-release -y
Next install OpenJDK-11.
sudo apt install openjdk-11-jdk -y
You can confirm that java has be...
karenngugi.hashnode.dev5 min read