How to uninstall java in Ubuntu - Debian Linux | How to completely uninstall Java jdk? | Arjun Codes

preview_player
Показать описание
In this video i have shown How can I completely remove all traces of Java on my system? Remove all the versions of java available on your ubuntu or linux operating system. You can see the commands to remove java/uninstall java jdk below :

How to Uninstall java in Ubuntu - Linux (using terminal)

1. sudo dpkg --list | grep -i jdk

2. sudo apt-get purge java..version..

Install Fresh Java After Removing Java JDK :

➡️:Java Playlist ArjunCodes :
-----------------------------------------------------------------------------------------------------------------------

➡️:React Playlist ArjunCodes :
-----------------------------------------------------------------------------------------------------------------------

➡️:Ubuntu Installation Playlist :
-----------------------------------------------------------------------------------------------------------------------

➡️:SpringBoot Playlist ArjunCodes :

-----------------------------------------------------------------------------------------------------------------------

➡️:Web Playlist ArjunCodes :

-----------------------------------------------------------------------------------------------------------------------

➡️:Github Playlist ArjunCodes :
-----------------------------------------------------------------------------------------------------------------------

Stay Connected :

Join Community :

Follow me on :

#java #ubuntu #arjuncodes #javaprogramming #CodeWithArjun
Рекомендации по теме
Комментарии
Автор

Thank you! I needed to delete java 21 because I have to use java 17 or 11 for buildozer on Ubuntu. I deleted a few of java 21 packages (how come there were so many of them?) and it works again!

elevendarter
Автор

Gracias por hacer este video me fue muy útil.

zandhstudio
Автор

Hello man thanks for thoses helpfull info!!!! I've done all the purge but i still got a java installed : " openjdk 16.0.1 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (build 16.0.1+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (build 16.0.1+9, mixed mode, sharing)"

But when I run sudo dpkg --list | grep -i jdk, got no result... any idea how i can fully remove java please ?

pierrevvr
Автор

it still don't work it displays error
Java version found:
java version "19.0.1" 2022-10-18
Java(TM) SE Runtime Environment (build 19.0.1+10-21)

can any one help?

thtnawbezuwork
Автор

How to delete java 8 from kali linux please reply

whitetiger