“Jak odinstalować Javę” Kod odpowiedzi

Jak odinstalować 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

Odinstaluj Java AC

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

Jak odinstalować Javę

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

Odpowiedzi podobne do “Jak odinstalować Javę”

Pytania podobne do “Jak odinstalować Javę”

Więcej pokrewnych odpowiedzi na “Jak odinstalować Javę” w Java

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu