Search code examples
linuxsonarqube

Sonar Qube uninstall linux


To install sonar there is a sonar.sh for it. How to uninstall sonar then on linux shell? Is there any script to remove all and don't leave any trash in the system?


Solution

  • To start Sonar : sonar.sh start
    To stop Sonar : sonar.sh stop
    To uninstall Sonar : remove the Sonar installation directory.
    That's it !