Ubuntu: OpenJDK 8 - Unable to locate package

后端 未结 6 1922
遇见更好的自我
遇见更好的自我 2020-12-12 10:44

So I just installed Ubuntu, and this is my first time working in a Linux environment, so bear with my noobishness here.

Anyway, I downloaded the Java 8 JDK directly

6条回答
  •  甜味超标
    2020-12-12 11:24

    After adding the JDK repo, before Installing you might want to run an update first so the repo can be added run apt update

    an then continue with your installation sudo apt install adoptopenjdk-8-hotspot

提交回复
热议问题