Answers for "install cassandra ubuntu"

1

install cassandra ubuntu

sudo apt update
When the process finishes, install OpenJDK 8 using the following command:

sudo apt install openjdk-8-jdk -y
When the installation completes, test if Java was installed successfully checking the Java version:

java -version
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language