Answers for "install jdk in linux manjaro"

1

install jdk linux command

sudo apt install openjdk-13-jdk
# to run Java applications you need the Java Virtual Machine as well
sudo apt install default-jre
Posted by: Guest on June-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language