DEV Community

loizenai
loizenai

Posted on

How to install Java on Ubuntu Remote Server – Vutr Hosting VPS Example

https://grokonez.com/deployment/vultr/how-to-install-java-in-ubuntu-remote-server-vutr-hosting-vps-example

How to install Java on Ubuntu Remote Server – Vutr Hosting VPS Example

In the tutorial, we show you how to install Java in Ubuntu Remote Server with Vutr Hosting VPS.

Technology

  • Java
  • Vutr VPS Hosting

    Practice

    Create Vultr Vps

    Follow the link to create a Linux Vultr VPS.

Install-Java-in-Linux-Remote-Server-with-Vultr-Hosting-VPS-Ubuntu-server

Use Putty to login Vultr VPS:

Install-Java-in-Linux-Remote-Server-with-Vultr-Hosting-VPS-putty-login-vp

Install Default OpenJDK

  • Update apt package index:

sudo apt update
  • Install the default Java OpenJDK package:

sudo apt install default-jdk
  • Verify the installation:

java -version

More at:

https://grokonez.com/deployment/vultr/how-to-install-java-in-ubuntu-remote-server-vutr-hosting-vps-example

How to install Java on Ubuntu Remote Server – Vutr Hosting VPS Example

Top comments (0)