“Cómo desinstalar Java” Código de respuesta

Cómo desinstalar JDK Java

#If you want to remove Openjdk only, execute the following command on terminal:
sudo apt-get remove openjdk*

#If you want to remove Openjdk along with dependencies, execute the following command on terminal:
sudo apt-get remove --auto-remove openjdk*

#If you want to remove Openjdk and it’s configuration files, execute the following command on terminal:
sudo apt-get purge openjdk*

#If you want to remove Openjdk along with dependencies and it’s configuration files, execute the following command on terminal:
sudo apt-get purge --auto-remove openjdk*
  
#don't forgive to give a thumbs up
Uchephilz

Desinstalar Java AC

sudo rm -rf /Library/Java/*
sudo rm -rf /Library/PreferencePanes/Java*
sudo rm -rf /Library/Internet\ Plug-Ins/Java*
Worried Weasel

Cómo desinstalar Java

// Please see https://docs.oracle.com/javacomponents/msi-jre/install-guide/uninstalling-jre-java-removal-and-uninstall-tools.htm#JSMSI115
CompSciGeek

Respuestas similares a “Cómo desinstalar Java”

Preguntas similares a “Cómo desinstalar Java”

Más respuestas relacionadas con “Cómo desinstalar Java” en Java

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código