This section shows how to remove Azul Zulu from your computer.
 
Debian or Ubuntu
If you installed Azul Zulu using a DEB package, use your package manager to uninstall it:
 sudo apt remove <zulu_package_name>
 
RPM-based Linux
If you installed Azul Zulu using an RPM package, you can uninstall it using your package manager.
For SLES:
 sudo zypper remove <zulu_package_name>
For RHEL or Oracle Linux:
 sudo yum remove <zulu_package_name>