Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall specific java openjdk ubuntu

#To Uninstall OpenJDK Ubuntu Java Runtime - Enter the below command on Ubuntu Terminal.
$ sudo apt-get remove openjdk*

#To Uninstall OpenJDK Ubuntu Java Runtime along with dependencies - Enter the below command on Ubuntu Terminal.
$ sudo apt-get remove --auto-remove openjdk*

#To Uninstall OpenJDK Ubuntu Java Runtime along with dependencies and configurations - Enter the below command on Ubuntu Terminal.
$ sudo apt-get purge --auto-remove openjdk*

#verify
java -version
javac -version
Comment

PREVIOUS NEXT
Code Example
Shell :: install yarn on ubuntu 
Shell :: unix vs linux 
Shell :: how to give full permission to another user linux 
Shell :: git remove tag from remote 
Shell :: linux remove link 
Shell :: publish website locally 
Shell :: how to update pg_dump version linux 
Shell :: ffmpeg boost audio level 
Shell :: debian ssh authorized_keys 
Shell :: install docke machine 
Shell :: how to run code from github 
Shell :: sum bash 
Shell :: start xampp on mac 
Shell :: arch linux c# install 
Shell :: pull a specific branch from github 
Shell :: scp file download 
Shell :: yarn global 
Shell :: gunicorn port 8080 
Shell :: bash script cd into script dir 
Shell :: removing a git folder 
Shell :: git clone with different name 
Shell :: get large files 
Shell :: Virtual Camera Support for linux 
Shell :: git remote add 
Shell :: ubuntu software not showing apps 20.04 
Shell :: symbolic link wsl mnt 
Shell :: bash store script output in variable 
Shell :: composer install on mac 
Shell :: delete first two lines of file linux 
Shell :: linus display ORACLE_HOME 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =