Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove java specific version linux

#from https://ubuntuhandbook.org/index.php/2021/03/oracle-java-16-released-install-ubuntu-20-04/

apt install software-properties-common
sudo add-apt-repository ppa:linuxuprising/java
sudo add-apt-repository --remove ppa:linuxuprising/java
#and there your java
sudo apt-get remove oracle-java16-installer
Comment

PREVIOUS NEXT
Code Example
Shell :: how to empty text file in unix 
Shell :: vim set color scheme in vimrc 
Shell :: homebrew without sudo mac 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. 
Shell :: flask run localhost 
Shell :: raspberry pi mongodb server 5.0 
Shell :: add dir to your path kali 
Shell :: command to select a word in vim 
Shell :: convert dos to unix 
Shell :: aws s3 ls wildcard 
Shell :: centos 8 force update ip address 
Shell :: start nginx in terminal 
Shell :: current directory makefile 
Shell :: delete folder in linux 
Shell :: curl omit ssl 
Shell :: git merge dev to local branch 
Shell :: install pip linux without root 
Shell :: composer add package 
Shell :: on hotspot and wifi at the same time arch linux 
Shell :: how to delete a word from a bash file 
Shell :: copy file to remote server 
Shell :: git pull with username and password linux 
Shell :: Automatically run program on Linux startup via systemd 
Shell :: kdiff3 download linux 
Shell :: awk field separator 
Shell :: move linux 
Shell :: delete a deployment in kubernetes 
Shell :: how to delete all ufw rules 
Shell :: installing sonarqube on ubuntu 
Shell :: github setup local 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =