dpkg oracle Jdk error while installing cassandra in Ubuntu 16.04

微笑、不失礼 提交于 2019-12-01 11:00:52

Something has changed about the Oracle download process, and nearly every install script on the Internet isn't working. Sit back and relax, this issue started early yesterday morning.

Alternatively you can add Oracles PPA and install from there using apt-get. Follow the commands below.

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer

javac -version

This erorr looks like a ppa:webupd8team/java repository problem. The download links are changed now and it's failing to download the JDK.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!